Skip to content

mambo06/SnakeGame

 
 

Repository files navigation

SnakeGame

A neural networks based snake game.

Relies on:

  1. Tensorflow
  2. TFLearn
  3. PyGame
  4. NumPy

Make sure you have the above dependencies, otherwise install them using pip install [dependency]

How to run:

source bin/activate
python SnakeGame.py

Written entirely in Python, it was a good project to practice python and get good practice on TFLearn and Neural Networks in general.

Screenshot

Inspired by the tutorial:

https://medium.com/@korolvs/today-im-going-to-talk-about-a-small-practical-example-of-using-neural-networks-training-one-to-6b2cbd6efdb3

About

A neural networks based snake game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%