- forest_maze is an automatically generated maze.
- This game was created for Elm Game Jam #4
- 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
Prepare the development environment according to the following procedure.
- Install nodejs(ref)
- Move to the
forest_maze
directory. - Run
npm install
You can start local server by executing the following command.
npm start