Nymbo commited on
Commit
bca00b7
·
verified ·
1 Parent(s): 71b5cd3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +21 -3
README.md CHANGED
@@ -1,12 +1,30 @@
1
  ---
2
  title: Tiny Healer
3
  emoji: 🎮⚔️🪄
4
- colorFrom: yellow
5
- colorTo: blue
6
  sdk: static
7
  pinned: true
8
  license: mit
9
  short_description: World of Warcraft Healer Gameplay - (WIP)
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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.