Project for the gamedev.tv GameJam 2024

Felix Bytow 080027e75c :sparkles: added license info пре 10 месеци
assets cbc3ff5daf :sparkles: during setup phase, the player can see, where enemies will spawn пре 10 месеци
export 9060280db8 :sparkles: configured windows and web exports пре 10 месеци
screens 080027e75c :sparkles: added license info пре 10 месеци
.gitattributes 7d3dd6025b :tada: first commit пре 10 месеци
.gitignore 332193604f :sparkles: added health bar пре 10 месеци
README.md 824ebe426d :sparkles: prepared leaderboard mechanic пре 10 месеци
export_presets.cfg 080027e75c :sparkles: added license info пре 10 месеци
project.godot 080027e75c :sparkles: added license info пре 10 месеци

README.md

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