transistor-clicker/todo.txt
2024-12-14 21:20:49 +00:00

47 lines
869 B
Plaintext

# TODOLIST
[ ] 0.1 {
0.0.3 [ ]
[x] refactoring buildings {
- [x] make building struct
- [x] add building list and index
- [x] add interface functions
- [x] have building intialized at start
- [x] rework commands to use new logic
}
[ ] land/construction system {}
0.0.2 [x]
[x] refactoring {
- [x] move the upgrade and acheivement lists out of save
- [x] rename save to something better
- [x] redo the list command
- [x] section off code into regions
}
[x] make main menu {
- [x] make game restart on termination
- [x] add the meat
- [x] remove load command
- [x] index saves
- [x] add save renaming and copy
}
[x] acheivements {
- [x] add interface functions
- [x] add display subcommands
- [x] add test acheivment and test
- [x] add the rest
- [x] make acheivements save
}
}