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

https://github.com/swamikannan/environments-snake

Snake environment designed in Python
https://github.com/swamikannan/environments-snake

python3 turtle turtle-graphics

Last synced: about 2 months ago
JSON representation

Snake environment designed in Python

Awesome Lists containing this project

README

          

# Building the Snake environment in Turtle


Screenshot of Nokia Snake game obtained from https://community.phones.nokia.com/discussion/44549/snake-through-the-ages


Image credit: https://community.phones.nokia.com/discussion/44549/snake-through-the-ages



I have been trying to build custom environments for RL learning which gives an agent better observations/ states that are not just a bunch of pixels. With this objective, I have created this Snake environment


P.S.:This is just a readymade game to play manually. I intend to update this as a proper Gym environment soon

### How to play
Run
```
python main.py
```