This is a board game implemented using React.js. The game involves rolling a dice and moving a rocket icon on a board to reach the end point. The board consists of various squares, including teleportation squares and magnet squares, which add interesting gameplay elements.
- React.js
- HTML/CSS
- JavaScript
- Git
To get the Board Game up and running on your machine, just follow these steps:
- install Node.js.
- Clone this repository.
- Open up your terminal and navigate to the project directory.
- Install all the dependencies by running the command: npm install.
- To launch the game, type npm start in your terminal.
- visit http://localhost:3000 to start playing!
