https://github.com/oliverkovacs/snake-js
Simple Snake implementation in JavaScript
https://github.com/oliverkovacs/snake-js
cli javascript snake
Last synced: 3 months ago
JSON representation
Simple Snake implementation in JavaScript
- Host: GitHub
- URL: https://github.com/oliverkovacs/snake-js
- Owner: OliverKovacs
- Created: 2021-05-28T11:33:51.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-04T08:08:28.000Z (about 4 years ago)
- Last Synced: 2025-01-22T08:33:29.338Z (5 months ago)
- Topics: cli, javascript, snake
- Language: JavaScript
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# snake-js
See source code for usage.
## Example
```bash
node test.js
# 0 right
# 1 up
# 2 left
# 3 down
```