I tried to make a card game:
Playing the game:
The deck of six cards is shuffled, each player gets half the deck.
If you actually plan on playing this you can flip a coin on each card to decide who gets it. (Or something like that)
There are three stats that each card has:
HP: Health
DMG: Damage
SP: Speed
How to play:
At the start of the game you do something random like rock paper scissors or flipping a coin to decide who starts. Whoever starts chooses one of their card’s stats and compares it to the opponent’s card. (The players are supposed to hide their cards until the stat is chosen)
If that stat is higher than the same stat on the opponent’s card they win if it is lower than they lose, Whoever loses moves on the next card.
(If it’s equal then flip a coin or do rock paper scissors or something to decide)
Another way to play that I thought of as I was writing this:
When each turn starts each player brings out a card, the player with the most speed on their card gets to choose either their health or their damage.
If they picked health then you check if their health is higher than the opponent’s damage and if they picked damage then do the opposite.
If it is higher then they win, the opponent’s card is out and they move on the the next card.
(If it’s equal then flip a coin or do rock paper scissors or something to decide)
Repeat one of these until only one player has any cards remaining whoever the last player with a card remaining is wins.
Yeah… Tell me if you want your own card.