caltuntas / trading-card-game

trading card game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build Status Code Coverage

Trading Card Game

This is a simple trading card game

Prerequisites

In order to run trading card game, As a prerequisite, JRE8 must be installed on your computer

Installation

You can download latest release and run it by

java -jar trading-card-game-1.0.0.jar

Building From Source Code

First, make sure you have following software installed on your computer

  • Maven - Dependency Management
  • JDK8 - Java Development Kit

git clone https://github.com/caltuntas/trading-card-game.git

After you can compile the source code by

mvn clean install

You will see the final jar file in the target folder

Game Play

You will see active and opponent player on the screen, also their cards on hand as well as their current deck after game started. Game will ask you to type a command to do your move.

Commands

  • S - skip your turn, do nothing and opponent player becomes active. Example "S" skip
  • P[cardNumber] - Play with card specified with card number. Example "P0" means play with card 0

Game will ask you to type a valid command if you type an invalid command

About

trading card game


Languages

Language:Java 100.0%