Using pygame to make a snake game
A top down 2d game with a controllable snake that eats apples. Includes: singleplayer mode, multiplayer mode, player vs snake mode, and automatically controlled ai mode.
- Describe any prerequisites, libraries, OS version, etc., needed before installing program.
- ex. Python 3.x, Pygame, etc.
- Download "game" folder
- Place folder in C:\ drive
- In "main.py" check that all filepaths match current directory
- Open downloaded "game" folder in any code editor (recommended: VSCode https://code.visualstudio.com/download)
- Open "main.py" in code editor
- Click the button which is labeled "run file" in editor
- If there is an error along the lines of "This directory does not exist," double check that all filepaths in main.py lead to the correct folders or files
Andrew Perevoztchikov
- 0.3
- Final Features
- See commit change
- 0.2
- New Features
- See commit change
- 0.1
- Initial Release
This project is licensed under the MIT License - see the LICENSE.md file for details
Inspiration, code snippets, etc.