Skip to content

ozusrl/CS534Fa17_berk.ugudur_koray.bolat

Repository files navigation

CS534 Fall 2017 Project

Java/Swing application of Cartagena board game.

Project defined here

Time-lapse gameplay video of our game:

Video Link

Screenshot of our game:

All of the drawings were made by us. Screenshot

** Asaf Koray BOLAT / Berk ÜĞÜDÜR **

Compile and Run

Your jar files should be in the same folder with img folder.

For example:

../Cartagena/CartagenaSingle.jar

../Cartagena/img

Singleplayer

You can play on same computer with starting Singleplayer Game.

Start the Singleplayer Game

java -jar CartagenaSingle.jar

Multiplayer

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

Gameplay

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

Player

Every player has a unique color.

Pirates

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.

Report

More detailed report is here

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages