Skip to content

btrevizan/sw_game_of_cards

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A battle game of cards from Star Wars.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages