I have a game that I am working on in a C# console application, purely as practice before going on to better methods. As opposed to using something such as a Windows Forms A
With the Button class and the GUI that I created below, it is possible to make a button, and it is clicked with or mouse (it does not work perfectly).
And you need to import System.Windows.Forms and System.Drawing.