-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathTODO
28 lines (19 loc) · 906 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
# TODO
This is a long-term list of things that might be nice
to have on the game. They're grouped by how much
difficult would be to actually implement.
If you want to add a suggestion, by all means create an
issue here:
https://github.com/alexdantas/yetris/issues?state=open
---
- [ ] Save and restore game state (binary file with info on all major
game data structures) (save with, idk, F10, and restore with
--restore commandline) ** I'm actually doing this! Hopefully,
will be done on the next version **
- [ ] Improve coding style (document even more and clean stupid hacks
on the code)
- [ ] Give tons of flags to the 'global' data structure (must know
exactly what's happening through bool flags)
- [ ] Fix the falling piece thingy (when you press and hold down, the
piece falls and the next one keeps falling with the same speed
as the one before)