/react-game

ReactJs: Board Game developed with react. Use keyboard < ^ > v arrows to move the player across the board. board size is configurable and the game is random.☕️☕️

Primary LanguageJavaScript

Board Game

This board game is the solution to the front end task in this interview

Click the link below, and enter the width of the board then the height and use the keyboard arrows to move the player

http://alialiayman.github.io/React-Game

image

react-game-catch-the-princess.mp4

Deployment

This project was deployed using instructions in this Url

You can view the deployed react app at this link http://alialiayman.github.io/React-Game

Steps

If you can't run locally. check https://alialiayman.github.io/react-game/ for a live version. If the live version does not work and you may want to install it to your github pages, here are the publish steps

npm install gh-pages --save-dev

in package.json add
"homepage": "https://alialiayman.github.io/react-game"

and in scripts section add

"predeploy": "npm run build",
"deploy": "gh-pages -d build"

npm run deploy

Links

Hackerbay Backend challenge