Releases: IcanBENCHurCAT/PyDefense
Releases · IcanBENCHurCAT/PyDefense
Release list
v0.3
What's Changed
- Refactor legacy PyDefense game to modern Python 3 and Pygame by @google-labs-jules[bot] in #14
New Contributors
- @google-labs-jules[bot] made their first contribution in #14
Full Changelog: v0.2...v0.3
Milestone 1
There is now a main screen, and two levels. If you lose, you can restart the level. If you win, you can move to the next level.
- Tab sends a new wave
- Spacebar speeds up the time when held
- Levels and enemies can now be configured via YAML files (to be expanded/refactored later)
- Classes for animations implemented. Mage now has fireballs.
- Minor tweaks to balancing makes the game significantly harder. Still needs a lot of work.
Initial Release
v0.1 Refactored the logic quite a bit