https://github.com/auralius/matlab-snake-game
A snake game with MATLAB
https://github.com/auralius/matlab-snake-game
Last synced: about 1 year ago
JSON representation
A snake game with MATLAB
- Host: GitHub
- URL: https://github.com/auralius/matlab-snake-game
- Owner: auralius
- Created: 2015-08-24T21:04:52.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2016-08-04T05:58:02.000Z (almost 10 years ago)
- Last Synced: 2025-03-27T05:23:04.921Z (about 1 year ago)
- Language: Matlab
- Size: 8.79 KB
- Stars: 3
- Watchers: 2
- Forks: 5
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# matlab-snake-game
An implementation of a snake game with MATLAB, useful for AI implementation
of a snake game.
**How to use:**
- Run file: mysnake.m
- Use the arrow keys to maneuver.
- Use the [Space] to increase the snake length.
- Use the [Esc] to quit.
No fruits for the snake to eat will appear such that its length will increase.
The length of the snake must be increased manually by pressing the [SPACE]
key. The reason for this is due to the idea of making this as a platform
for AI designing for a snake game problem.