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

https://github.com/falcowinkler/snake-pygame

snake with pygame, a simple project for beginners course
https://github.com/falcowinkler/snake-pygame

Last synced: 30 days ago
JSON representation

snake with pygame, a simple project for beginners course

Awesome Lists containing this project

README

          

### pygame for beginners

This simple snake game is intentionally kept very simple for the purpose of teaching the basics
of game programming

```bash
pip install -r requirements.txt
python main.py
```