s-r-e-e-r-a-j/COLOR-PREDICTION-GAME ? reverse-engineered prompt
Reverse engineered prompt
Build me a simple color prediction game in C#.
I want the player to be shown a random color choice and then guess which color will come up next. If they guess right, their score goes up, and if they miss, the game should let them know and keep going. Please make it easy to play from start to finish, with clear prompts, a running score, and an option to play again after each round or end the game.
Keep it simple and fun, with clean code that is easy to follow. If you think a console version makes the most sense, go with that. Please also add basic input checking so the game does not break if the user types something unexpected. If you need to check anything online for current C# best practices, feel free to look it up.
Are you gonna build this?
make sure you review the code using coderabbit