Do You Have The Guts 2024 Hackathon
Glasgow University Tech Society
Our challenge this year is to create the most fun game with the least amount of effort from the user. Options but not limited to:
- Maybe an addictive game (E.g. Flappy Bird) which is only one button or an arcade game using directional buttons
- Maybe a text-based escape room with simple options for the user to pick
There is no right answer here, we want to see what you come up with.
Built with Godot 4.3.
python3.12 -m venv venv/
For Windows:
venv\Scripts\activate
For MacOS:
source venv/bin/activate
pip install -r requirements.txt
python main.py
(First run may take some time)
Toggle boolean flag at line 6 in player.gd