An open API service indexing awesome lists of open source software.

https://github.com/hardikaz/snakeandladders

This is a Snake and Ladders game coded by me in JAVA language .For more information have a look at the README file
https://github.com/hardikaz/snakeandladders

coding game java programming

Last synced: about 1 month ago
JSON representation

This is a Snake and Ladders game coded by me in JAVA language .For more information have a look at the README file

Awesome Lists containing this project

README

          

# SnakeAndLadders

![s lj](https://user-images.githubusercontent.com/95474096/197262179-fc158e25-b605-4659-9265-0567cd817ece.jpeg)

- This is the GameBoard which shows the positions where ladders and snakes are placed

# Rules to play this game
- Press 1 to role the dice
- Press 0 to end the game
- If you get a six on your dice you will get one more chance
- If you reach a ladder you will be climbed up
- If you will get bitten by a snake you be pulled down to the tail
- You have to score 100 to win the game
- It is a single player game