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

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

Awesome Lists containing this project

README

          

# fp-snake
> library for [fp-snake-game](https://github.com/afrontend/fp-snake-game)

![console snake screenshot](https://agvim.files.wordpress.com/2019/03/fp-snake.png "console snake screenshot")

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