Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/alainakafkes/autosnake

A self-playing snake game written in Racket.
https://github.com/alainakafkes/autosnake

first-app-on-github playing-snake-game racket snake-game

Last synced: about 1 month ago
JSON representation

A self-playing snake game written in Racket.

Awesome Lists containing this project

README

        

# autosnake
A self-playing snake game.

After creating a simple Snake game for a final project, I was challenged by a friend to make the computer (somewhat)
intelligently make decisions in the game itself rather than following keyboard input. This game represents my first effort
at attacking this problem.