This is a console project created using C# .NET 6 created for the purpose of practice as well as to demonstrate skills in writing code.
What you can do in this program (alpha 0.1):
- Create a set of 64 cards with 16 cards for each color (red, green, blue, yellow).
- Display the status of all cards on the console screen.
- Shuffle the cards.
- Sort the cards (by id or a special algorithm).