This is a simple trading card game
In order to run trading card game, As a prerequisite, JRE8 must be installed on your computer
You can download latest release and run it by
java -jar trading-card-game-1.0.0.jar
First, make sure you have following software installed on your computer
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
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.
- 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