https://github.com/afrontend/fp-tetris-game
자바스크립트 테트리스 게임
https://github.com/afrontend/fp-tetris-game
game javascript tetris
Last synced: 12 months ago
JSON representation
자바스크립트 테트리스 게임
- Host: GitHub
- URL: https://github.com/afrontend/fp-tetris-game
- Owner: afrontend
- License: mit
- Created: 2019-01-08T14:11:21.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T03:10:06.000Z (about 2 years ago)
- Last Synced: 2025-05-30T13:07:27.663Z (about 1 year ago)
- Topics: game, javascript, tetris
- Language: JavaScript
- Homepage: https://afrontend.github.io/fp-tetris-game/
- Size: 9.93 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Tetris Game
> 자바스크립트로 만든 테트리스 게임
[](https://afrontend.github.io/game/fp-tetris-game/)
[블로그](https://agvim.wordpress.com/2019/01/08/tetris-game-with-javascript/)에서 간단한 설명을 볼 수 있으며 아래 라이브러리를 사용했다.
* [fp-tetris](https://www.npmjs.com/package/fp-tetris)
* [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-tetris-game
cd fp-tetris-game
npm install
# Run
npm start
# Web
https://afrontend.github.io/fp-tetris-game/