Gif Tower Defense
Gif Tower Defense is an attempt to rewrite my old game with the same name created in 2012 with processingjs now using p5.js and Typescript, for fun and learning purposes.
GitHub • Try it online
Technologies
Main Features
- Play in web: This is a game that can be played in a modern web browser.
- Level editor: The player can make their own levels.
Development Best Practices
- Unit testing: Uses Jest to make unit testing.
- TDD: Made with TDD when its possible.
- OOP: Using Oriented Object paradigm style.
- Documentation: Documenting tasks.