Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/noiron/pythonsnake

A simple snake game using Pygame, AI is included.
https://github.com/noiron/pythonsnake

Last synced: about 4 hours ago
JSON representation

A simple snake game using Pygame, AI is included.

Awesome Lists containing this project

README

        

# Python Snake

A simple snake game demo using Pygame.

## Usage

### snake.py

A snake game without AI. Press "up", "down", "left", "right" or "w", "a", "s", "d" to play, press "p" to pause.

python snake.py

### snake_ai.py

**A snake game with AI**. The snake can find and eat food automatically. What you can do is just watching. Since AI is only based on BFS now, it's a very dumb snake.

python snake_ai.py