Sturdy Robot
Sturdy Robot
TeamGenerator needs a complete overhaul. All the Generators need to comply to a common interface: IGenerator. The TeamGenerator should not store lists of teams, and should not store Objects and...
- [ ] Add a calendar table - [ ] Refactor usages of datetime.now() to use the calendar dates - [ ] Refactor the Settings generation - [ ] Implement...
- [x] Implement Championships - [ ] Generate Championship names
GUI
- [x] Title page - [x] New Game Screen - [x] Load Game Screen - [x] Create Manager - [ ] Team Management Screen - [x] Match Live Screen
Add tox automation to test this project in multiple virtualenvs. Currently, I think this project only works on Python 3.8 and above, I have not tested it on other Python...
- [ ] Document the code (PARTIALLY DONE) - [ ] How to play - [ ] Wiki - [ ] Edit README with info about the game and in-game...
CI/CD
It's important to start thinking about CI/CD, I'm still writing tests and studying a bit about it to get everything ready for a CI/CD.
Create general mockups and diagrams to illustrate how the game will be played out.