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

https://github.com/jack970/snake_game

Snake Game build with Python and Pygame using inheritance and polymorphism.
https://github.com/jack970/snake_game

Last synced: 12 months ago
JSON representation

Snake Game build with Python and Pygame using inheritance and polymorphism.

Awesome Lists containing this project

README

          

Snake Game

Jogo da cobrinha desenvolvido com python e pygame.



---

## Install

Install plugin pygame with running:

```bash
pip install -r requirements.txt
```

---

## Run

navigate to directory where find the main.py file and run in terminal:

```bash
python main.py
```