aboutsummaryrefslogtreecommitdiffstats
path: root/js/dungeon.js
Commit message (Collapse)AuthorAgeFilesLines
* Dirty fix for messagepiernov2016-05-101-1/+4
|
* Fix spelling mistake on dungeon endpiernov2016-05-101-3/+3
|
* continue the use of objects problemalexichi2016-05-101-1/+7
|
* add the use of the objects and the feature power and maxHPalexichi2016-05-091-16/+19
|
* btn-primary → btn-successpiernov2016-05-071-2/+2
|
* Merge branch 'alexichi' into feat/guipiernov2016-05-071-15/+94
|\
| * add the use of the life bottlealexichi2016-05-071-1/+2
| |
| * add the display of the perso characteristics below the titlealexichi2016-05-071-5/+13
| |
| * add xp system and perso server sidealexichi2016-05-051-12/+26
| |
| * add dungeon server side and improve some details like the difference between ↵alexichi2016-05-051-13/+69
| | | | | | | | floors
* | btn-primary → btn-successpiernov2016-05-071-4/+4
|/
* Add dungeon without fight systemalexichi2016-05-011-3/+27
| | | | | | You can buy a "ticket" to access the dungeon If you exit you have to buy another ticket Problem when we update the page, the default sentence is displayed while it said that you can access the dungeon
* add the beginning part of the dungeonalexichi2016-05-011-0/+18
When you have enough money you can buy a ticket and access the dungeon I made a file monsters.xml . It's a bit like the code with the shop but modified When you press the button launch in the onglet dungeon , it display "Battle!" in the console