Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 420 Bytes

File metadata and controls

9 lines (7 loc) · 420 Bytes

ConsoleTestProject1

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):

  1. Create a set of 64 cards with 16 cards for each color (red, green, blue, yellow).
  2. Display the status of all cards on the console screen.
  3. Shuffle the cards.
  4. Sort the cards (by id or a special algorithm).