# Last Stand of Humanity

Entry for the 2024 gamedev.tv game jam.
This is a post-apocalyptic zombie survival rogue-like tower-defense game.

## Structure

 * `assets/`
   * `audio` -- Music and SFX
   * `autoload` -- Global/Static scenes with their scripts
   * `fonts` -- Fonts
   * `scripts` -- Reusable scripts
   * `scenes` -- Scenes that may be instanced with their scripts
   * `textures` -- Images
 * `screens/` -- Top-level scenes with their scripts