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
- Host: GitHub
- URL: https://github.com/hardikaz/snakeandladders
- Owner: Hardikaz
- Created: 2022-10-21T18:12:36.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2022-10-21T18:39:31.000Z (about 3 years ago)
- Last Synced: 2025-01-11T12:32:51.079Z (12 months ago)
- Topics: coding, game, java, programming
- Language: Java
- Homepage: https://github.com/Hardikaz/SnakeAndLadders
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# SnakeAndLadders

- 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