A mini maze game DEMO: https://lambdamud-game.netlify.com
The game's goal is to get your character to move through the maze and reach the door. To move, you can control the characters using the following:
-
Use the buttons in the game.
-
Or use the following:
- press "W" to move up
- press "A" to move left
- press "S" to move down
- press "D" to move right
This project was bootstrapped with Create React App.
- HTML5
- React was used for UI.
- Styled Components was used to write CSS for the landing page, registration and login.
- SASS was used for the game board.
- React-Bootstrap was used for the modal.
To run this project, install it locally using npm:
$ cd client/
$ npm install
$ npm start
Or to use our live project to get started:
The app embed for development a static connect server with Netlify. So each time you start the app, you get automatic refresh in the browser whenever you update a file.
