aboutsummaryrefslogtreecommitdiffstats
path: root/inc/dungeon.inc
Commit message (Collapse)AuthorAgeFilesLines
* Merge branch 'phpdoc' into piernovpiernov2016-05-101-3/+47
|\
| * Add @package and various fixespiernov2016-05-081-0/+1
| |
| * First PHPDoc push, Inventory not completepiernov2016-05-081-4/+46
| |
* | continue the use of objects problemalexichi2016-05-101-1/+2
| |
* | add the use of the objects and the feature power and maxHPalexichi2016-05-091-1/+2
|/
* add xp system and perso server sidealexichi2016-05-051-2/+3
|
* add dungeon server side and improve some details like the difference between ↵alexichi2016-05-051-4/+12
| | | | floors
* add dungeon client side to display it when reloadalexichi2016-05-031-0/+6
|
* Add dungeon without fight systemalexichi2016-05-011-0/+11
| | | | | | 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/+39
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