Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 593 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 593 Bytes

SnakeAI-ups

An artificial intelligence capable of playing the primitive video game "Snake" through NeuroEvolution of Augmented Topologies (NEAT). The neuroevolutionary process is described in this paper: http://nn.cs.utexas.edu/downloads/papers/stanley.ec02.pdf

A collaborative project between Xeno Fish, Robert Shelton, and Thomas Gagne as part of the 2017 Spring Artificial Intelligence course at the University of Puget Sound.

Usage

Building the project requires ant, and the project can be compiled and run with

ant
ant human

to use the version of snake playable by humans.