-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
TeodorKolev
committed
Dec 29, 2017
1 parent
9cb03bb
commit 770608a
Showing
1 changed file
with
9 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1,10 @@ | ||
# DungeonDuels | ||
Simple Java OOP console game, that simulates duels and calculate lost health points. | ||
## Install | ||
``` | ||
$ mvn clean install | ||
``` | ||
## Run | ||
Run as java application. | ||
## ER Diagram | ||
![alt tag](/src/diagram.png) |