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

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

JavaScript Block Game
https://github.com/afrontend/fp-block-game

Last synced: 9 months ago
JSON representation

JavaScript Block Game

Awesome Lists containing this project

README

          

# Block Game
> 블럭을 미사일로 맞추는 자바스크립트 게임

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

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

* [fp-block](https://www.npmjs.com/package/fp-block)
* [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-block-game
cd fp-block-game
npm install

# Run

npm start

# Web

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

# License
MIT © [Bob Hwang](https://afrontend.github.io)