{"id":18612448,"url":"https://github.com/alejandro945/snakes-and-ladders-game","last_synced_at":"2026-07-01T19:31:55.451Z","repository":{"id":69072314,"uuid":"355395187","full_name":"alejandro945/snakes-and-ladders-game","owner":"alejandro945","description":null,"archived":false,"fork":false,"pushed_at":"2021-04-26T23:54:01.000Z","size":43068,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-16T23:36:02.434Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/alejandro945.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2021-04-07T03:01:57.000Z","updated_at":"2021-05-26T15:48:01.000Z","dependencies_parsed_at":"2023-03-23T09:02:09.418Z","dependency_job_id":null,"html_url":"https://github.com/alejandro945/snakes-and-ladders-game","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/alejandro945/snakes-and-ladders-game","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro945%2Fsnakes-and-ladders-game","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro945%2Fsnakes-and-ladders-game/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro945%2Fsnakes-and-ladders-game/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro945%2Fsnakes-and-ladders-game/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alejandro945","download_url":"https://codeload.github.com/alejandro945/snakes-and-ladders-game/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alejandro945%2Fsnakes-and-ladders-game/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":35020870,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-07-01T02:00:05.325Z","response_time":130,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T03:17:14.251Z","updated_at":"2026-07-01T19:31:55.433Z","avatar_url":"https://github.com/alejandro945.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n\u003ch2\u003e Welcome to our proyect! \u003cimg src=\"https://github.com/ABSphreak/ABSphreak/blob/master/gifs/Hi.gif\" width=\"30px\"\u003e\u003c/h2\u003e\n\u003c/div\u003e\n\n# Snakes and Ladders 🐍 ![Status badge](https://img.shields.io/badge/status-in%20progress-yellow)\n\nThis program it's a Snakes and Ladders game version, you could play with your friends, \nyou can play throwing the dice or simulating the game.\n\nThis version was created by Alejandro Varela and Juan David Ballesteros. The interesting about \nthe work is the application code don't use lists from java lang, util or collections, all lists \nare linked list created by the authors.\n\n## How to play? 💥\nClick on Play! then the game will ask you to configure the board and players parameters. \nFirst settings are about the board size, then you set the quantity of ladders and snakes. \nYou continue to set the number of player and the token will be set randomly. \n\nThen the board will appear and the right side you will see, the player turn to launch the dice. \nFinally you need to click launch an play!\n\n## Rules 📢\nEach player will launch the dice one time by round, when a player fall in a Snake head will go \nback to the snake tail cell, the snake id is a letter, the head is always the cell above.\n\nWhen a player falls in a ladder base, will go up to the top ladder cell, the ladder id is a number \nin the cell right and bottom corner. \n\nThe first player to get in to the last cell will win, and the player with less stapes to win will \nappear in the top scores.\n\n### Pre-requirements 📋\n\n```\nYou need at least JRE 1.8_261, JDK 11 or newest realest.\n```\n## Documentation 📃\n\n**Click here ➡️ [Requirements](https://github.com/alejandro945/snakes-and-ladders-game/blob/master/docs/Documents.pdf)\n\n## Deployment 📦\n\nWith file.jar\n```java -jar snakes-and-ladders.jar```\n\n## Screens 🚀\n\n* \u003cb\u003e_Menu_\u003c/b\u003e \u003cbr\u003e\u003cbr\u003e\n![ScreenShot](https://github.com/alejandro945/snakes-and-ladders-game/blob/master/src/ui/assets/img/menu.png)\u003cbr\u003e\u003cbr\u003e\n* \u003cb\u003e_Board Configuration_\u003c/b\u003e \u003cbr\u003e\u003cbr\u003e\n![ScreenShot](https://github.com/alejandro945/snakes-and-ladders-game/blob/master/src/ui/assets/img/configBoard.png)\u003cbr\u003e\u003cbr\u003e\n* \u003cb\u003e_Snakes and Ladders Configuration_\u003c/b\u003e \u003cbr\u003e\u003cbr\u003e\n![ScreenShot](https://github.com/alejandro945/snakes-and-ladders-game/blob/master/src/ui/assets/img/configSnakesLadders.png)\u003cbr\u003e\u003cbr\u003e\n* \u003cb\u003e_Players Configuration_\u003c/b\u003e \u003cbr\u003e\u003cbr\u003e\n![ScreenShot](https://github.com/alejandro945/snakes-and-ladders-game/blob/master/src/ui/assets/img/configPlayer.png)\u003cbr\u003e\u003cbr\u003e\n* \u003cb\u003e_Game_\u003c/b\u003e \u003cbr\u003e\u003cbr\u003e\n![ScreenShot](https://github.com/alejandro945/snakes-and-ladders-game/blob/master/src/ui/assets/img/board.png)\u003cbr\u003e\u003cbr\u003e\n* \u003cb\u003e_Top Scores_\u003c/b\u003e \u003cbr\u003e\u003cbr\u003e\n![ScreenShot](https://github.com/alejandro945/snakes-and-ladders-game/blob/master/src/ui/assets/img/topScores.png)\u003cbr\u003e\u003cbr\u003e\n\n## Build with 🛠️\n\n_Project tools_\n\n* Java\n* JavaFx\n* Scene Builder\n* VS code\n\n[![forthebadge](https://forthebadge.com/images/badges/made-with-java.svg)](https://forthebadge.com) [![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](https://forthebadge.com)\n## Authors ✒️\n\n* **Alejandro Varela**  - [Alejandro Varela](https://github.com/alejandro945)\n* **Juan David Ballesteros**  - [Juan David Ballesteros](https://github.com/JuanDavidBallesteros)\n\n---\n\u003cdiv align=\"center\"\u003e\n\u003ci\u003eRandom dev joke for you!\u003c/i\u003e\u003cbr\u003e\n\u003ca href=\"https://readme-jokes.vercel.app\"\u003e\u003cimg align=\"center\" src=\"https://readme-jokes.vercel.app/api\" alt=\"README Jokes\"\u003e\u003c/a\u003e\n\n\n⌨️ con ❤️ por [Alejandro Varela](https://github.com/alejandro945) y [Juan David Ballesteros](https://github.com/JuanDavidBallesteros) 😊\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandro945%2Fsnakes-and-ladders-game","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falejandro945%2Fsnakes-and-ladders-game","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falejandro945%2Fsnakes-and-ladders-game/lists"}