Skip to content

CrazyMikha2010/Mesh_game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dynamic-programming-pygame

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

Installation

1. Clone the Repository

In order to install the game you first need to clone repository on your device

git clone https://github.com/CrazyMikha2010/Mesh_game.git

Navigate to the project directory

cd Mesh_game

2. Install required module

Ensure python and pip are installed

python --version
pip --version

Install required modules

pip install -r requirements.txt

3. Run the script

python main.py

grasshopper image

About

Pygame about Dynamic Programming

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages