Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jfdev001/cardgame-sim

Implement max and min priority queue for simulating drawing of cards from two different decks.
https://github.com/jfdev001/cardgame-sim

Last synced: 16 days ago
JSON representation

Implement max and min priority queue for simulating drawing of cards from two different decks.

Awesome Lists containing this project

README

        

# cardgame-sim
Implement max and min priority queue for simulating drawing of cards from two different decks. Whichever of the two players in the game draws a card worth more value than the other wins. The cards drawn are printed as the game plays and the number of wins are calculated at the end.

TODO: Example output and build instructions.