transistor-clicker/todo.txt

33 lines
588 B
Plaintext
Raw Normal View History

2024-12-09 21:01:23 -05:00
# TODOLIST
2024-08-24 12:00:59 -04:00
0.0.2 [ ]
2024-12-09 22:53:06 -05:00
[x] refactoring {
2024-08-24 12:00:59 -04:00
2024-12-09 21:01:23 -05:00
- [x] move the upgrade and acheivement lists out of save
- [x] rename save to something better
- [x] redo the list command
2024-12-09 22:53:06 -05:00
- [x] section off code into regions
2024-08-24 12:00:59 -04:00
}
2024-12-09 21:01:23 -05:00
[x] make main menu {
2024-12-08 23:09:11 -05:00
- [x] make game restart on termination
2024-12-09 21:01:23 -05:00
- [x] add the meat
2024-12-08 23:09:11 -05:00
- [x] remove load command
2024-12-09 11:01:18 -05:00
- [x] index saves
2024-12-09 21:01:23 -05:00
- [x] add save renaming and copy
2024-12-08 23:09:11 -05:00
}
2024-12-10 18:49:15 -05:00
2024-08-24 12:00:59 -04:00
[ ] acheivements {
2024-12-09 21:01:23 -05:00
- [x] add interface functions
- [ ] add display subcommands
- [ ] add test acheivment and test
- [ ] add the rest
- [ ] make acheivements save
2024-08-24 12:00:59 -04:00
}
2024-12-10 18:49:15 -05:00