Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/jbahire/snake-ai
- Owner: JBAhire
- License: gpl-3.0
- Created: 2018-06-04T10:33:33.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-11T11:38:08.000Z (over 6 years ago)
- Last Synced: 2024-10-31T22:42:34.111Z (3 months ago)
- Topics: artifiical-intelligence, greedy-algorithms, machine-learning, python-3, snake-game, travis-ci
- Language: Python
- Homepage:
- Size: 1.67 MB
- Stars: 1
- Watchers: 4
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```