What is a good, first C# project? | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

What is a good, first C# project?

I am struggling to find a challenging first project, and have decided to solicit community input...

17th Jun 2018, 6:04 PM
Christian Kegel
Christian Kegel - avatar
4 Answers
+ 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.
17th Jun 2018, 7:18 PM
Doodles
Doodles - avatar
+ 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.
18th Jun 2018, 2:51 AM
Doodles
Doodles - avatar
+ 2
how about a simple calculator?
17th Jun 2018, 10:04 PM
laura
+ 1
game of life simulation?
17th Jun 2018, 10:08 PM
hinanawi
hinanawi - avatar