From 770608a4cd19e2efef8533ff28401f05df085505 Mon Sep 17 00:00:00 2001 From: TeodorKolev Date: Fri, 29 Dec 2017 19:27:02 +0200 Subject: [PATCH] readme updated --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 01f9ef3..02bc28a 100644 --- a/README.md +++ b/README.md @@ -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)