a Mini game where you play as a deer exercising on an UNSTABLE treadmill that is changing its speed unpredictably, made for Ludum Dare 49 and the theme was (Unstable).
The game was made in 48 hours using Python with the module Pygame and my small engine.
play the game on itch.io
to run the code on your machine follow these steps:
- clone the repo
git clone https://github.com/OmarMoBadr/Run-my-Dear-LD49.git
- navigate to the folder
cd Run-my-Dear-LD49
- install pygame if you don't have it already
pip install pygame
if the above command didn't work watch this video for Windows or for Mac
- run
main.py
python main.py