ludo-game
v1.0.1
Published
This is a simple implementation of the Ludo board game in JavaScript.
Downloads
2
Readme
Ludo Game
This is a simple implementation of the Ludo board game in JavaScript.
How to Run
- Clone the repository: git clone https://github.com/vrzaq/ludo-game.git cd ludo-game
markdown Salin kode
- Install dependencies: npm install
markdown Salin kode
- Start the game: npm start
markdown Salin kode
Game Structure
index.js
: Entry point of the game.src/game.js
: Main game logic.src/board.js
: Board setup and management.src/player.js
: Player management.
Author
Arifi Razzaq