I wrote a windows console game in C# as a programming exercise.
It’s nothing spectacular, but it’s my first game, and I’m happy with the way it works.
The game is a silly pug-themed implementation of Rock Paper Scissors that I made up, called Dome Wrinkles Curl.
The rules:
- Dome straightens the curly tail.
- Wrinkles cover dome.
- Curl wags away the wrinkles.
Download it here:
dwc.exe (zip archive)
dwc.cs (source)