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

https://github.com/afrontend/fp-snake-game

JavaScript Snake Game
https://github.com/afrontend/fp-snake-game

game javascript snake

Last synced: 10 months ago
JSON representation

JavaScript Snake Game

Awesome Lists containing this project

README

          

# Snake Game
> 자바스크립트로 만든 snake 게임

[![snake game screenshot](https://agvim.files.wordpress.com/2019/01/fp-snake-game.png?w=200 "snake game screenshot")](https://afrontend.github.io/game/fp-snake-game/)

[블로그](https://agvim.wordpress.com/2019/01/22/snake-game-with-javascript/)에서 간단한 설명을 볼 수 있으며 아래 라이브러리를 사용했다.

* [fp-snake](https://www.npmjs.com/package/fp-snake)
* [create react app](https://github.com/facebook/create-react-app)
* [keyboard-handler](https://github.com/emiljohansson/keyboard-handler)
* [lodash](https://lodash.com/)
* [react](https://reactjs.org/)

# Installation

git clone https://github.com/afrontend/fp-snake-game
cd fp-snake-game
npm install

# Run

npm start

# Web

https://afrontend.github.io/fp-snake-game/