https://github.com/alejandro945/snakes-and-ladders-game
https://github.com/alejandro945/snakes-and-ladders-game
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/alejandro945/snakes-and-ladders-game
- Owner: alejandro945
- Created: 2021-04-07T03:01:57.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-04-26T23:54:01.000Z (over 5 years ago)
- Last Synced: 2025-05-16T23:36:02.434Z (about 1 year ago)
- Language: Java
- Size: 41.1 MB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to our proyect!
# Snakes and Ladders 🐍 
This program it's a Snakes and Ladders game version, you could play with your friends,
you can play throwing the dice or simulating the game.
This version was created by Alejandro Varela and Juan David Ballesteros. The interesting about
the work is the application code don't use lists from java lang, util or collections, all lists
are linked list created by the authors.
## How to play? 💥
Click on Play! then the game will ask you to configure the board and players parameters.
First settings are about the board size, then you set the quantity of ladders and snakes.
You continue to set the number of player and the token will be set randomly.
Then the board will appear and the right side you will see, the player turn to launch the dice.
Finally you need to click launch an play!
## Rules 📢
Each player will launch the dice one time by round, when a player fall in a Snake head will go
back to the snake tail cell, the snake id is a letter, the head is always the cell above.
When a player falls in a ladder base, will go up to the top ladder cell, the ladder id is a number
in the cell right and bottom corner.
The first player to get in to the last cell will win, and the player with less stapes to win will
appear in the top scores.
### Pre-requirements 📋
```
You need at least JRE 1.8_261, JDK 11 or newest realest.
```
## Documentation 📃
**Click here ➡️ [Requirements](https://github.com/alejandro945/snakes-and-ladders-game/blob/master/docs/Documents.pdf)
## Deployment 📦
With file.jar
```java -jar snakes-and-ladders.jar```
## Screens 🚀
* _Menu_

* _Board Configuration_

* _Snakes and Ladders Configuration_

* _Players Configuration_

* _Game_

* _Top Scores_

## Build with 🛠️
_Project tools_
* Java
* JavaFx
* Scene Builder
* VS code
[](https://forthebadge.com) [](https://forthebadge.com)
## Authors ✒️
* **Alejandro Varela** - [Alejandro Varela](https://github.com/alejandro945)
* **Juan David Ballesteros** - [Juan David Ballesteros](https://github.com/JuanDavidBallesteros)
---