Skip to content

hasuya1120/forest_maze

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

forest_maze

  • forest_maze is an automatically generated maze.
  • This game was created for Elm Game Jam #4

Rule

  1. Starting point is 🏝️, goal point is 🏕️ and character is 🐾.
  2. Road is ☘️, so you can walk on ☘️.
  3. 🌲is wall, so you Cannot walk on 🌲.
  4. only the 8 squares around the character are displayed.
  5. 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.

  1. Install nodejs(ref)
  2. Move to the forest_maze directory.
  3. Run npm install

Run local server

You can start local server by executing the following command.

npm start

About

forest maze

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •