diff options
Diffstat (limited to 'todo.txt')
-rw-r--r-- | todo.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/todo.txt b/todo.txt new file mode 100644 index 0000000..e2e0f66 --- /dev/null +++ b/todo.txt | |||
@@ -0,0 +1,13 @@ | |||
1 | # Todo for apple! | ||
2 | |||
3 | - [x] Install an exception handler to ensure the game always returns the terminal correctly | ||
4 | - [x] Add intro/rules screen | ||
5 | - Could this be after the world is drawn in like, a "press any key to start" thing? | ||
6 | - [x] Write `flush-current-input-port' : | ||
7 | (define (flush-current-input-port) (if (char-ready?) (read-string))) | ||
8 | or something.. just to ensure that pending input doesn't do things | ||
9 | |||
10 | - [ ] Score | ||
11 | - +1 every step | ||
12 | - +5 every fruit the snake eats? or +x, where x is how much the snake grows... | ||
13 | |||