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

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

JavaScript Maze Game
https://github.com/afrontend/fp-maze-game

Last synced: 12 months ago
JSON representation

JavaScript Maze Game

Awesome Lists containing this project

README

          

# Maze Game
> 자바스크립트 미로 생성기

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

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

* [create react app](https://github.com/facebook/create-react-app)
* [lodash](https://lodash.com/)
* [react](https://reactjs.org/)

# Installation

git clone https://github.com/afrontend/fp-maze-game
cd fp-maze-game
npm install

# Run

npm start

# Web

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