Skip to content

Minimum viable product

Latest
Compare
Choose a tag to compare
@koneko koneko released this 12 Jan 00:28
· 90 commits to main since this release

In case I ever need a tower defense base, here it is.
Features:

  • Scene management (Main menu, mission selection, in game menu and transitioning between them)
  • Simple animations (Tweening and Fade In/Out)
  • Mostly data driven content (Towers, Creeps, Missions)
  • Single global config (src/classes/Bastion.ts)
  • Full Typescript types
  • Creeps automatically moving along multiple possible paths
  • Tower grid placement and updating
  • Projectile self-driven movement
  • Simple Notification system
  • Automatic building and deployment
  • and robust Asset management

I hope this ends up being worth it.

What's Changed

New Contributors

  • @koneko made their first contribution in #1

Full Changelog: https://github.com/koneko/towerdefense/commits/v1.0.0