Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/parisneo/lollms_snake
A snake game 100% built using lollms
https://github.com/parisneo/lollms_snake
Last synced: 4 days ago
JSON representation
A snake game 100% built using lollms
- Host: GitHub
- URL: https://github.com/parisneo/lollms_snake
- Owner: ParisNeo
- License: apache-2.0
- Created: 2024-10-24T18:10:58.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-10-24T20:32:50.000Z (about 2 months ago)
- Last Synced: 2024-10-26T07:50:57.090Z (about 2 months ago)
- Language: Python
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
2. Controls:
- Use arrow keys to control snake direction
- Press SPACE to start the game from menu
- Press ESC to return to menu
- Press Q to quit the game## Game Mechanics
- Snake grows longer when eating food
- Level increases every 5 points
- Game speed increases with each level
- Game ends if snake hits walls or itself
- Score is based on food collected## Technical Requirements
- Python 3.6 or higher
- Pygame library
- Windows OS (win32 platform)## Project Structure
- `main.py`: Main game implementation
- `README.md`: Project documentation## Author
ParisNeo
## License
This project is open source and available under the MIT License.
## Contributing
Feel free to fork the project and submit pull requests for any improvements.