Spaces:
Running
Running
Update README.md
Browse files
README.md
CHANGED
@@ -1,12 +1,30 @@
|
|
1 |
---
|
2 |
title: Tiny Healer
|
3 |
emoji: 🎮⚔️🪄
|
4 |
-
colorFrom:
|
5 |
-
colorTo:
|
6 |
sdk: static
|
7 |
pinned: true
|
8 |
license: mit
|
9 |
short_description: World of Warcraft Healer Gameplay - (WIP)
|
10 |
---
|
11 |
|
12 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
---
|
2 |
title: Tiny Healer
|
3 |
emoji: 🎮⚔️🪄
|
4 |
+
colorFrom: pink
|
5 |
+
colorTo: purple
|
6 |
sdk: static
|
7 |
pinned: true
|
8 |
license: mit
|
9 |
short_description: World of Warcraft Healer Gameplay - (WIP)
|
10 |
---
|
11 |
|
12 |
+
# Tiny-Healer
|
13 |
+
|
14 |
+
World of Warcraft healing game, minus the game. Tiny Healer as a simple as it gets, a basic dungeon healing gameplay loop in a single index.html file.
|
15 |
+
|
16 |
+
## Rules
|
17 |
+
You are a healer, you cannot die yourself.
|
18 |
+
Target your allies and cast spells to heal them (keybinds are 1-5).
|
19 |
+
Allies automatically attack the boss.
|
20 |
+
Game Over when all allies are dead.
|
21 |
+
Victory when the boss is dead.
|
22 |
+
|
23 |
+
## Mechanics
|
24 |
+
The boss deals damage to a random ally every second.
|
25 |
+
The boss periodically applies a Bleed to a random ally.
|
26 |
+
You regenerate Mana passively.
|
27 |
+
The Global Cooldown is 1.5 sec.
|
28 |
+
|
29 |
+
## Usage
|
30 |
+
It's only a few hundred lines of Pygame! The idea is to have a structure to tweak/tune mechanics and create your own boss encounters.
|