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.

Gif Tower Defense screenshots

GitHubTry it online

Technologies

TypeScript p5.js Jest pnpm Prettier Parcel

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.