Java/Swing application of Cartagena board game.
Project defined here
Time-lapse gameplay video of our game:
Screenshot of our game:
All of the drawings were made by us.
** Asaf Koray BOLAT / Berk ÜĞÜDÜR **
Your jar files should be in the same folder with img folder.
For example:
../Cartagena/CartagenaSingle.jar
../Cartagena/img
You can play on same computer with starting Singleplayer Game.
Start the Singleplayer Game
java -jar CartagenaSingle.jar
If you want to be Server on Multiplayer game, you first start Server and fill parameters on console.
Start the MultiPlayer Server
java -jar CartagenaServer.jar
If you want to be Client on Multiplayer game, you can start Client and write your name and ServerIP.
Start the MultiPlayer Client
java -jar CartagenaClient.jar
Each player can make 2 move in their turn.
First move can not be skip. However player can skip his/her second move.
Game will be finished if a player's all pirates reached to boat.
Player can choose directions as follow:
-
Forward
Choose card and pirate.
Press play button.
-
Backward
Choose pirate.
Press play button.
Player can look at other players card with Show Cards Button
Every player has a unique color.
Every pirate has a unique color.
Pirate's inner color is the same as player that pirate belongs to.
Pirate's outer color is pirate color.
More detailed report is here