Skip to content

Latest commit

 

History

History
34 lines (20 loc) · 1.01 KB

README.md

File metadata and controls

34 lines (20 loc) · 1.01 KB

JAVA-LUDO

Ludo game implemented through java swing to play with 2,3,4 players. A try to extend java swing at a high level

Ludo is a strategy board game for two to four players, in which the players race their four tokens from start to finish according to the rolls of a single die. Like other cross and circle games, Ludo is derived from the Indian game Pachisi, but simple

Using:

  1. Clone the repo in local machine or download repo as Zip on local machine & extract it

    git clone https://github.com/himanshusandha/JAVA-LUDO.git

  2. Traverse to the newly added folder of repo & Open CLI for the folder.

  3. Run the command:

    javac Racing.java

    java Racing

Yooo!!!! It's done, enjoy playing the game

Username set screen
Image description

Gameplay screen
Image description

Gameplay screen
Image description

Winner list
Image description