Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solitaire-Settlers-of-Catan-ComputerGame

Solitaire Settlers of Catan ComputerGame

Categories: Board Games

License: GNU General Public License version 2.0 (GPLv2)

Brought to you by: sdetoni (original author)

Original source: (https://sourceforge.net/projects/solitairecatan/)[https://sourceforge.net/projects/solitairecatan/]

Solitaire Settlers of Catan computer game is a Java rendition of the popular board game "The Settlers of Catan" or "Die Siedler Von Catan" by Klaus Teuber. This project allows you to play the board game against a computer AI.

Project Samples

image

Requirements

  • Java 25 (JDK 25 or newer)

Build and run

The project uses the Maven Wrapper (mvnw), so you do not need Maven installed separately.

Run the game:

./mvnw exec:java

Or use the helper script (builds and starts the packaged JAR):

./run.sh

Build a runnable fat JAR:

./mvnw clean package

The executable JAR is written to target/PPSee-jar-with-dependencies.jar. You can also run it directly:

java -jar target/PPSee-jar-with-dependencies.jar

About

Solitaire Settlers of Catan ComputerGame

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages