Skip to content

evanepio/waro-mn-groovy

Repository files navigation

Waro

This is a game server to play a "card game" with other players.

You create a game, have players join, and then start the game.

Rules

These are the rules as I remember them:

  1. A deck consists of many cards with a unique value. For simplicity I'll be using 1 to n where n is the number of cards.
  2. The deck is dealt to all players and the "kitty pool".
  3. The "dealer" (i.e. this service) will play out 1 card per round from the kitty pool
  4. Each player "bids" on the card from the kitty pool. They can bid exactly one card from their hand.
  5. The player with the highest bid wins the round and the value of the card from the kitty pool goes to that player's points. Other players get 0.
  6. After all rounds are played, the points are tallied and unsurprisingly, the player with the most points wins.

About

Waro server implemented in Groovy and Micronaut

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published