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
- Host: GitHub
- URL: https://github.com/afrontend/fp-maze-game
- Owner: afrontend
- License: mit
- Created: 2019-01-30T14:09:47.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-05-02T03:17:47.000Z (about 2 years ago)
- Last Synced: 2025-05-30T13:07:33.608Z (about 1 year ago)
- Language: JavaScript
- Homepage: https://afrontend.github.io/fp-maze-game/
- Size: 6.43 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Maze Game
> 자바스크립트 미로 생성기
[](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/