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

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

자바스크립트 테트리스 게임
https://github.com/afrontend/fp-tetris-game

game javascript tetris

Last synced: 12 months ago
JSON representation

자바스크립트 테트리스 게임

Awesome Lists containing this project

README

          

# Tetris Game
> 자바스크립트로 만든 테트리스 게임

[![tetris game screenshot](https://agvim.files.wordpress.com/2019/01/fp-tetris-game.png?w=100 "tetris game screenshot")](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/