Awesome
forest_maze
- forest_maze is an automatically generated maze.
- This game was created for Elm Game Jam #4
Rule
- Starting point is ποΈ, goal point is ποΈ and character is πΎ.
- Road is βοΈ, so you can walk on βοΈ.
- π²is wall, so you Cannot walk on π².
- only the 8 squares around the character are displayed.
- You control character with
wasd
key to move from starting point to goal point as quickly as possible.- The elapsed time is displayed on the right side of the screen
Development environment setup
Prepare the development environment according to the following procedure.
- Install nodejs(ref)
- Move to the
forest_maze
directory. - Run
npm install
Run local server
You can start local server by executing the following command.
npm start