From caa16b8dcdfe28ce8c012e7deb336b26034292f9 Mon Sep 17 00:00:00 2001 From: Mathieu Huot Date: Thu, 7 Jan 2016 13:49:08 +0100 Subject: [PATCH] readme improved --- README.md | 22 ++++++++++++++++++---- 1 file changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index eb4552e..786e49e 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,10 @@ To compile: To run Make sure to have java 1.8 : java -version + To play on graphical version : make buildplay + To play on terminal version : + make buildplay-term ################### HOW TO PLAY ################### @@ -20,17 +23,28 @@ To run 2.2) multi player : enables to create/join a multi player mode 2.3) configuration : you may configure the keys used to play the game 2.4) IGP : stands for "in game programming" : you may configure your own A.I. for your game allies - 2.5) exit : leaves the game : be careful configuration keys are not registered + 2.5) exit : leaves the game 3)Default commands: + Graphical version: -Move left : left_arrow -Move right : right_arrow -Move up : up_arrow -Move down : down_arrow -Attack : a -Ability1 : z - -Ability1 : e - -Ability1 : r + -Ability2 : e + -Ability3 : r + -Back to main : escape + Terminal version: + -Move left : q + -Move right : d + -Move up : z + -Move down : s + -Attack : o + -Ability1 : k + -Ability2 : l + -Ability3 : m -Back to main : escape ################### HOW TO DOCUMENT ################### @@ -57,7 +71,7 @@ Without graphivz ################### PRINCIPLE OF THE GAME ################### -TODO +Kill the monsters and reach the stairs ! ################### DEVELOPMENT ################### -- GitLab