You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16-5Lines changed: 16 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
# php-roguelike
2
+

2
3
3
-
Worst game on the planet.
4
4
5
5
## What is this?
6
6
@@ -21,8 +21,16 @@ This game is done as a part of side-project to show'up some programming skills i
21
21
22
22
## Purpose
23
23
24
-
Ok, so I'm a middle aged PHP developer looking for a project or a job. This project should give me head start. :)
25
-
Also, it's so fun to fiddle with some side-project and have a time sink for myself.
24
+
It's so fun to fiddle with some side-project and have a time sink for myself. I was missing side project and playground/testing area to experiment and keep on track with everything.
25
+
I'll produce a roadmap in some time to see some final goal and keep myself motivated.
26
+
27
+
## Influences
28
+
29
+
Ok, so in fact I've gathered a few ideas from different games. Most notably you'll see elements from:
P - switches DevMode (required for some output and commands)
54
63
R - regenerate a map (DEV_MODE required)
55
64
M - DevRoom :D (╯°□°)╯︵ ┻━┻
65
+
G - God Mode!
66
+
K - Increase MapLevel
56
67
```
57
68
58
69
## Win/Lose conditions
@@ -61,15 +72,15 @@ As all roguelikes - you'll die eventually. It's just part of the process. Your s
61
72
62
73
## Legend
63
74
64
-
There're multiple tiles with scattered logic all around the board.
75
+
There are multiple tiles with scattered logic all around the board.
65
76
66
77
```shell
67
78
# - Chest or RareChest - guaranteed drop of Item, Gold or Health Potion
68
79
$ - Mysterious Man - can do good things for you
69
80
* - Boss Fight - be prepared!
70
81
o - Altar, drop some gold for a buff or curse
71
82
```
72
-
TODO: {LEGEND_OF_TILES_AND_SUMMARY_OF_MECHANICS}
83
+
Go figure the rest by yourself, see [here](https://github.com/sebastianluczak/php-roguelike/tree/feature/cities-dlc/src/Model/Tile) to get started. No documentation folks :).
0 commit comments