Dice Builder (GMTK Jam 2022)
About
Goal:
Duel AI opponents in a game of dice and upgrade your dice between duels.
How to Play:
- Use the mouse / touch
- Throughout the game you can modify the dice you have, changing what each side does
- Some dice effects take effect only once "when rolled", and others modify fighting stats "while up" (until re-rolled)
- Damage calculation is simple: (attacker's attack) - (defender's defense)
- Green effects help the player, red effects help the opponent
Caveats:
- I never got to balancing the game, so it's way too easy
- The AI is super simple
- Some of the more interesting features didn't get in for lack of time, e.g.:
- Choosing between upgrade scenarios (e.g. new effect vs upgrade existing)
- An effect that allows you to roll an opponent's die
- Some typos and weird phrasings
Technical Details:
Made in TypeScript using Phaser 3