Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/btrevizan/sw_game_of_cards

A battle game of cards from Star Wars.
https://github.com/btrevizan/sw_game_of_cards

game javafx star-wars

Last synced: 19 days ago
JSON representation

A battle game of cards from Star Wars.

Awesome Lists containing this project

README

        

# 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
```bash
$ javac *.java
$ java App
```