# The Last Shift

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![License: CC BY 4.0](https://img.shields.io/badge/License-CC%20BY%204.0-blue.svg)](https://creativecommons.org/licenses/by/4.0/)

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

Survive against the rebellious AI!

## 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

# Contributors

 * Code: [Felix Bytow](https://itch.io/profile/lorddrako90)
 * Sound/Art: [Justin Pierce](https://itch.io/profile/ugligames)