This small adventure game features four mini levels showcasing basic dynamic programming poblems.
The plot is that the grasshopper goes on a mission to find the love of his life. He has to pass different obstacles in order to succeed.
For a brief overview of problems in my game visit this google slide
P.S. All the painting in the game as well as fonts are handrown by me, hope you enjoy
In order to install the game you first need to clone repository on your device
git clone https://github.com/CrazyMikha2010/Mesh_game.gitNavigate to the project directory
cd Mesh_gameEnsure python and pip are installed
python --version
pip --versionInstall required modules
pip install -r requirements.txtpython main.py