https://github.com/afrontend/fp-snake
library for fp-snake-game
https://github.com/afrontend/fp-snake
Last synced: 12 months ago
JSON representation
library for fp-snake-game
- Host: GitHub
- URL: https://github.com/afrontend/fp-snake
- Owner: afrontend
- License: mit
- Created: 2019-03-14T12:09:39.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-10-08T12:49:42.000Z (over 1 year ago)
- Last Synced: 2025-06-03T05:42:25.873Z (about 1 year ago)
- Language: JavaScript
- Size: 1.72 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fp-snake
> library for [fp-snake-game](https://github.com/afrontend/fp-snake-game)

## Just run
```sh
$ npx fp-snake
```
## Run with source
```sh
git clone https://github.com/afrontend/fp-snake.git
cd fp-snake
npm install
npm start
```
## License
MIT © Bob Hwang