Skip to content

DrBaxR/bevy-tower-defense

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

59 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tower Defense (nstc)

A tower defense game made in Rust with the Bevy game engine.

Run

In order to run the game, all you need is to have Rust installed on your machine and run the cargo run command (binaries will be attached to releases further down the line, when game will be in a playable state).

Goals

Only after these are done will the first version be released:

  • Base systems:
    • Pathfinding
    • Shooting
    • Health
  • Gameplay:
    • At least 5 types of towers
      • Bullet tower
      • Bomb tower
      • Homing tower
      • ???
      • ???
    • At least 3 types of enemies
    • At least 3 worlds with 5 level layouts each
    • Multiple screens & UI
    • Be able to place towers however you want
    • Progression system
    • Graphics & Sound

About

A tower defense game made with the Bevy game engine

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages