Skip to content

A game about math and breaking stuff. Made in 48h during GMTK 2024

Notifications You must be signed in to change notification settings

william-fecteau/gmtk2024

Repository files navigation

Overflow

A puzzle game about math and breaking stuff.

Hope you didn't sleep through your math class!

This project was made in 48h during the GMTK 2024 game jam.

How to play the game

Built binaries

Windows

Linux

With python directly

Pre-requisite: Python 3.10

  1. Clone this repo
git clone https://github.com/william-fecteau/gmtk2024
cd gtmk2024
  1. Install python requirements
pip install -r requirements.txt
  1. Launch the game
python game.py

Building binaries

Pre-requisite: Follow all the steps from the last section to install the necessary dependencies

Windows

./build_windows.bat

Linux

chmod +x build_linux.bash
./build_linux.bash

Meet the team

Parazytee - Level design, Music, Sound effects, Art

AggroBane - Programming, Input parser, UI, fix monkiBrain's code

MonkiBrain - Programming, Card snaps, Optimisation

02Zack - Programming, lots of UI

Psycho - Programming, cutscenes, bug fixes

Th3Bos5 - Programming, Sand simulation

Seraphii - Art

Known Issues

Factorials allow non-integers parameter (sympy auto completes with the gamma function :~] ).

Level 25-28 are therefore a lot easier to complete.

Have fun!

About

A game about math and breaking stuff. Made in 48h during GMTK 2024

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages