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

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

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.