Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 641 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 641 Bytes

Star Wars - Game of Cards

Star Wars - Game of Cards is a dynamic card game, i.e., a character card has life and battle with other cards. There are auxiliary cards as place, weapon, vehicle cards to improve a character.

Let the battle begin.

Download

The executable .jar is in ./dist folder. If you have a JRE installed, just double-click the .jar file to run it. Install JRE first, otherwise.

For developers

The source code is in ./src folder. To compile and run, just go into ./src and use javac and java commands on terminal, respectively. The main class is App, so

$ javac *.java
$ java App