+ 1
What is a good, first C# project?
I am struggling to find a challenging first project, and have decided to solicit community input...
4 odpowiedzi
+ 2
Make a little quiz game, which throws a questions for the player, receives input and depending on the answer chooses different options, being those repeating the question and making a new one, make the quiz a function which can be reused to make as many quizzes you would like, you are probably going to learn some things with this project, plus, it's a pretty fun game that can come out of that.
+ 3
I actually made a quiz game in C# it's very cool but if you want something very challenging try making a actual UI with buttons for the quizz game. If you have a Windows computer I would suggest searching about WPF and .NET framework.
+ 2
how about a simple calculator?
+ 1
game of life simulation?