Tiny-Healer / README.md
Nymbo's picture
Update README.md
8fa1d16 verified
|
raw
history blame
907 Bytes
---
title: Tiny Healer
emoji: ๐ŸŽฎโš”๏ธ๐Ÿช„
colorFrom: pink
colorTo: purple
sdk: static
pinned: false
license: mit
short_description: WoW Dungeon Healing minigame
---
# Tiny-Healer
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.
## Rules
- You are a healer, you cannot die yourself.
- Target your allies and cast spells to heal them (keybinds are 1-5).
- Allies automatically attack the boss.
- Game Over when all allies are dead.
- Victory when the boss is dead.
## Mechanics
- The boss deals damage to a random ally every second.
- The boss periodically applies a Bleed to a random ally.
- You regenerate Mana passively.
- The Global Cooldown is 1.5 sec.
## Usage
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.