By Alfirman Ejha Pahlepi 👨💻 - Click here to view project.
Snakes and ladders, known originally as Moksha Patam, is an ancient Indian board game for two or more players regarded today as a worldwide classic. It is played on a game board with numbered, gridded squares. A number of "ladders" and "snakes" are pictured on the board, each connecting two specific board squares.
- Clone the repository:
% git clone https://github.com/ezza022/snake-and-ladder.git
- Navigate to the
snake-and-ladder
directory on your computer - Open your preferred text editor to view code
- To start a development server and view project in the browser:
- Navigate to
client and server
in your command line - Run command
yarn install
to install dependencies - Finally, run the command
yarn dev
to start a development server
- Navigate to
No known Issues