DEV Community

rajcodze
rajcodze

Posted on

First card game


In this simple card game, players choose a card color from the options of Spades, Hearts, Diamonds, and Clubs. The computer also randomly selects a color from the same set. If the computer's chosen color matches the player's selection, the computer wins; otherwise, the player wins. Each time a player wins, their score increases by one point.

Top comments (0)