Skip to content
This repository has been archived by the owner on Dec 26, 2024. It is now read-only.

SpaceEscape @ DYHTG 2024 by Table 36

Notifications You must be signed in to change notification settings

siddydutta/DYHTG-2024-SpaceEscape

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

50 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SpaceEscape @ DYHTG 2024 by Table 36

Do You Have The Guts 2024 Hackathon

Glasgow University Tech Society

Problem Statement (by J.P. Morgan)

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.

Game Screenshots

Start Page

docs/screenshots/start-game.png

In Game

docs/screenshots/in-game.png

Development

Built with Godot 4.3.

Gesture Recognition Support

1. Creating & Activating Python Virtual Environment

python3.12 -m venv venv/

For Windows:

venv\Scripts\activate

For MacOS:

source venv/bin/activate

2. Install Dependencies

pip install -r requirements.txt

3. Run Python File

python main.py

(First run may take some time)

4. Change Input for SpaceEscape

Toggle boolean flag at line 6 in player.gd

Team Members

About

SpaceEscape @ DYHTG 2024 by Table 36

Resources

Stars

Watchers

Forks