Deck of cards
It is a simple deck of cards API that has a singleton instance of a deck and logic to shuffle the deck, deal a card and start over.
Software Details
- FRAMEWORK - .NET Core 5.0
- I.D.E - Visual Studio 2019
How it works
- Clone the repository and execute
- Open swagger and use it
This application works with a singleton instance of a deck, so only one game per time is allowed