lijim / monks-and-mages

Monks and Mages is a TCG-game built on React and socket.io
https://www.monksandmages.com
MIT License
17 stars 0 forks source link

Feat: New cards + effect requirements #450

Closed lijim closed 1 year ago

lijim commented 1 year ago

Adding a new class of rules called 'effect requirements' to the game

This allows us to introduce a new wrinkle of complexity to the rules engine. For instance, [[Galactic Howl]] is a card where you can deal 3 damage, but only if you discard a random resource card.

Screen Shot 2023-05-07 at 3 33 55 AM

This will allow us to make and design cards with more complexity without each card feeling like other cards.

This PR also adds 1 common and 1 uncommon card per color to the game.