Skip to content

Releases: valentin-stamate/snake-java

Dummy Genetic Snake AI

18 Aug 09:57
Compare
Choose a tag to compare

About

In this release a new game node is introduced: Genetic AI. That simulates a population of snakes making them evolve over time.
In this initial release, the snakes only learn how to survive longer and not get the food every time.

The Libraries

The libraries used were made from scratch in order to get familiar with those concepts.