Skip to content

seanziegler/Snake

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Snake

Snake game made with PyGame library.

Completion:

20%

Requirements

pygame==2.0.0.dev4

Completed Features:

  • Score counter
  • Snake grows after eating an apple
  • Snake dies after hitting itself
  • Snake dies after hitting the screen edge

Remaining Features:

The original intent of this project was to create a Snake game that can play itself using QLearning or Reinforcement Learning.

  • Give AI snake some way to see the game area
  • Give AI snake ability to control left, right, up, down
  • Give AI snake a metric to maximize (score)
  • Train snake

License

MIT (C) Sean Ziegler 2019

About

AI Snake game written in Python and pygame playing itself using reinforcement learning

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages