blek pushed to master at blek/wordle 2023-09-03 15:48:59 +02:00
6c1ba181c2 make ScriptInterface.scriptsAllowed readonly
blek pushed to master at blek/wordle 2023-09-03 15:48:14 +02:00
220a46270e fix ScriptInterface.gameState.submit_guess() not working
blek pushed to master at blek/wordle 2023-09-03 15:43:22 +02:00
cba520b3ec add set_current_word and submit_guess hooks to ScriptInterface.GameState
blek pushed to master at blek/wordle 2023-09-03 15:35:37 +02:00
9039499ad2 add green|yellow|unfit letters to GameState
blek pushed to master at blek/wordle 2023-09-03 15:33:24 +02:00
410ff840b0 add scripting interface
blek pushed to master at blek/wordle 2023-09-03 14:40:30 +02:00
0526044d23 remove leftover debug expressions
blek pushed to master at blek/wordle 2023-09-03 14:38:12 +02:00
a56e33b9f2 add "Create a game" button
40eac5d01f ensure that targets are in dictionary
Compare 2 commits »
blek pushed to master at blek/wordle 2023-09-03 13:33:18 +02:00
775aa83134 remove useless file
blek pushed to master at blek/wordle 2023-09-03 13:32:57 +02:00
c12e4fbde7 make input squares smaller on mobile
blek pushed to master at blek/wordle 2023-09-03 13:28:34 +02:00
111be6acbf mobile-ify
blek pushed to master at blek/wordle 2023-09-03 12:55:34 +02:00
92eaf35f4f precompress build
blek pushed to master at blek/wordle 2023-09-03 12:46:38 +02:00
bc3648b487 add build status badge
blek pushed to master at blek/wordle 2023-09-03 12:38:09 +02:00
39f7f238a5 init repo
blek created branch master in blek/wordle 2023-09-03 12:38:09 +02:00
blek created repository blek/wordle 2023-09-03 12:37:48 +02:00
blek pushed to master at blek/bf_rust 2023-08-23 09:00:04 +02:00
5e03fe5286 bump to 0.2.0 as more or less stable code reached
blek pushed to master at blek/bf_rust 2023-08-23 08:59:45 +02:00
079a78fd5c save eval feature
blek pushed to master at blek/bf_rust 2023-08-23 08:34:31 +02:00
e34bb583a1 skip the loop if current is 0
blek pushed to master at blek/bf_rust 2023-08-22 17:09:43 +02:00
b69f495a3d add guide to install as a cli
blek pushed to master at blek/bf_rust 2023-08-22 16:46:41 +02:00
5049f1d809 add eval_file