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
- Host: GitHub
- URL: https://github.com/afrontend/fp-snake-game
- Owner: afrontend
- License: mit
- Created: 2019-01-20T11:41:48.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T03:09:26.000Z (about 2 years ago)
- Last Synced: 2025-05-30T13:07:30.519Z (about 1 year ago)
- Topics: game, javascript, snake
- Language: JavaScript
- Homepage: https://afrontend.github.io/fp-snake-game/
- Size: 9.96 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Snake Game
> 자바스크립트로 만든 snake 게임
[](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/