Skip to content

A Java implementation of Adrenaline board game

License

Notifications You must be signed in to change notification settings

lrsb/ing-sw-2019-7

Repository files navigation


Adrenaline
Adrenaline

First person shooter board game.

Travis-CI

DescriptionHow To UseRulesScreenshotsDocsLicense

Description

In the future, war has left the world in complete destruction and split the people into factions. The factions have decided to stop the endless war and settle their dispute in the arena. A new virtual bloodsport was created. The Adrenaline tournament. Every faction has a champion, every champion has a chance to fight and the chance to win. Will you take the chance of becoming the next champion of the Adrenaline tournament?

How To Use

To run this application, you may download JARs here or clone the repository.

# Run server
java -jar server-1.0-jar-with-dependencies.jar --help

# Run client
java --add-modules=javafx.fxml,javafx.graphics,javafx.controls,javafx.base -jar client-1.0-jar-with-dependencies.jar --help

A server is available here: https://ing-sw-2019-7.herokuapp.com/

Rules

General rules here.

Weapon rules here.

Screenshots

GUI

gui

CLI

Docs

Documentation is available here.

License

MIT