Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/btrevizan/sw_game_of_cards
- Owner: btrevizan
- License: mit
- Created: 2018-01-27T19:58:49.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-27T21:48:25.000Z (almost 7 years ago)
- Last Synced: 2024-11-07T13:41:39.369Z (2 months ago)
- Topics: game, javafx, star-wars
- Language: Java
- Homepage:
- Size: 7.5 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```