I'm trying to make a simple Rock Paper Scissor game as my first C# project on Visual Studio but I'm having a bit of trouble.
I'm trying to make the game have a title page like one of those retro games.
I was thinking about making a a page with four options, Start, Exit, Rules, and About. When the user picks an option, a different form appears in the same window that shows the game or shows the rules, etc.
Can anyone point me in the right direction?