/snake-ai

Python snake game environment to study and learn about ML

Primary LanguagePython

Snake AI

Python snake game environment to study and learn about ML

How to play

  1. To play normally use command python play.py
  2. To play normally and save all your moves python play.py -l
  3. To play with ai python play.py -ai
  4. To create AI model python ai/teach.py

Patch Notes

  1. 31.03.2020 - 1.0 Version includes pure snake game