Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/jbahire/snake-ai

This project focuses on the artificial intelligence of the snake game.
https://github.com/jbahire/snake-ai

artifiical-intelligence greedy-algorithms machine-learning python-3 snake-game travis-ci

Last synced: about 1 month ago
JSON representation

This project focuses on the artificial intelligence of the snake game.

Awesome Lists containing this project

README

        

# Snake-AI

## Installation

Requirements: Python 3.5+ (64-bit) with [Tkinter][doc-tkinter] installed.

```
$ pip3 install -r requirements.txt

# Use -h for more details
$ python3 run.py [-h]
```

Run unit tests:

```
$ python3 -m pytest -v
```