Skip to content

ishudohare/Snakes-and-Ladders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

alt text

This is a code implementation of Snakes and Ladders game in JAVA.

You can enter a custom number of Board game size.

You can enter a custom number of Snakes which are randomly allocated within the board.

You can enter a custom number of Ladders which are randomly allocated within the board.

You can enter a custom number of players, the names of which you'll have to enter, for checking the game progress.

The program comes to a halt when the last player left reaches the end point.

This is designed mainly on OOPS concept, can be taken as a Machine Coding Round practice for Big-Tech Companies.

I have used a 3rd party library(Lambok), to avoid writing too much boiler plate code thereby making the code visually clean.

https://projectlombok.org/download.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages