Project for the gamedev.tv GameJam 2024

Felix Bytow 87c73d6e90 :sparkles: added temporary game background 10 месяцев назад
assets 87c73d6e90 :sparkles: added temporary game background 10 месяцев назад
export 9060280db8 :sparkles: configured windows and web exports 10 месяцев назад
screens 87c73d6e90 :sparkles: added temporary game background 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 9060280db8 :sparkles: configured windows and web exports 10 месяцев назад
project.godot 3c09271ff9 :sparkles::recycle: some code improvements and replaced logo images 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