This is basically an interactive maze runner game built using the Pygame module available in the python programming language which is an open source library used to build 2-D games. What I tried is to clone the T-Rex game available offline in the Google Chrome web browser.
Made for the Windows platform.
- Ensure that you have Python (I prefer versions 3.5+) installed on your system and the path is properly configured.
- Install the Git client.
- Clone this repository to your local machine. i,e
git clone https://github.com/jamesgeorge007/Maze-Runner
- Install pygame via the pip package manager
pip install pygame
- You can find the main source file within the src directory. Run the code and you have the game
- Contributions are always welcomed.
The MIT License