Skip to content

Development of a Java-based "Snakes and Ladders" game with a user-friendly GUI, handling player turns, dice rolls, and movement. The project emphasizes software engineering principles such as modularity, maintainability, and test-driven development, resulting in a fully functional and documented application.

Notifications You must be signed in to change notification settings

ananaaspelirroja/snakes-and-ladders

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

34 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Come Eseguire il Gioco

  1. Clona il repository:
    git clone https://github.com/ananaaspelirroja/snakes-and-ladders.git
  2. Apri il progetto nell'IDE.
  3. Individua la classe Application nel package main.
  4. Fai clic destro sulla classe Application e seleziona Run 'Application.main()'.

N.B.: Nella classe Caretaker viene creato un file per poter salvare una configurazione di gioco per poi poterla ripristinare. Si modifichi il campo "path" con la directory desiderata sulla vostra macchina.

About

Development of a Java-based "Snakes and Ladders" game with a user-friendly GUI, handling player turns, dice rolls, and movement. The project emphasizes software engineering principles such as modularity, maintainability, and test-driven development, resulting in a fully functional and documented application.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages