Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.