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.
- Java 25 (JDK 25 or newer)
The project uses the Maven Wrapper (mvnw), so you do not need Maven installed separately.
Run the game:
./mvnw exec:javaOr use the helper script (builds and starts the packaged JAR):
./run.shBuild a runnable fat JAR:
./mvnw clean packageThe 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