Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 290 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 290 Bytes

pySnake

This is a basic Python implementation of the well known game Snake. It makes use of pygame, but output in the terminal is possible as well. Different types of input are supported: keyboard through pygame, a random agent and a simple search agent.