Spaces:
Running
Running
File size: 907 Bytes
4e332c5 a1a02f3 bca00b7 4e332c5 8fa1d16 4e332c5 eed6fe4 4e332c5 bca00b7 3413fd6 bca00b7 3413fd6 bca00b7 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 |
---
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. |