transistor-clicker/todo.txt

47 lines
869 B
Plaintext
Raw Normal View History

2024-12-09 21:01:23 -05:00
# TODOLIST
2024-08-24 12:00:59 -04:00
2024-12-14 16:20:00 -05:00
[ ] 0.1 {
0.0.3 [ ]
2024-12-14 16:20:49 -05:00
[x] refactoring buildings {
2024-12-14 16:20:00 -05:00
- [x] make building struct
- [x] add building list and index
- [x] add interface functions
- [x] have building intialized at start
2024-12-14 16:20:49 -05:00
- [x] rework commands to use new logic
2024-12-14 16:20:00 -05:00
}
[ ] land/construction system {}
2024-12-13 11:04:12 -05:00
0.0.2 [x]
2024-08-24 12:00:59 -04:00
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-13 11:04:12 -05:00
[x] acheivements {
2024-08-24 12:00:59 -04:00
2024-12-09 21:01:23 -05:00
- [x] add interface functions
2024-12-10 22:29:19 -05:00
- [x] add display subcommands
- [x] add test acheivment and test
2024-12-13 11:04:12 -05:00
- [x] add the rest
2024-12-10 22:29:19 -05:00
- [x] make acheivements save
2024-08-24 12:00:59 -04:00
}
2024-12-10 18:49:15 -05:00
2024-12-14 16:20:00 -05:00
}