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
- Host: GitHub
- URL: https://github.com/afrontend/fp-block-game
- Owner: afrontend
- License: mit
- Created: 2019-03-23T22:51:40.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T03:09:15.000Z (about 2 years ago)
- Last Synced: 2025-05-30T13:07:23.176Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://afrontend.github.io/fp-block-game/
- Size: 8.04 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Block Game
> 블럭을 미사일로 맞추는 자바스크립트 게임
[](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)