Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/alainakafkes/autosnake
- Owner: alainakafkes
- Created: 2015-07-28T15:54:09.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-07-28T16:23:20.000Z (over 9 years ago)
- Last Synced: 2024-11-16T00:11:33.019Z (3 months ago)
- Topics: first-app-on-github, playing-snake-game, racket, snake-game
- Language: Racket
- Homepage:
- Size: 129 KB
- Stars: 0
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.