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

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

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
```