❔ Console Application Projects using C#
I would like to ask for suggestions as to what can I build with console application that is good for beginners just to get a hang of what I reviewed or studied for awhile now. I have been learning the foundations, process, and pattern and I just wanted to test it how far I learned out before proceeding to the next steps of learning C#. I have tried looking for example projects using C# by Console Applications but mostly it would give me basic math operands, palindrome exercise. Hoping for a respond. Thank you.
6 Replies
A guessing game
$projects
Collections of application ideas that anyone can solve in any programming language to improve coding skills:
https://github.com/dotnet/dotnet-console-games
https://github.com/karan/Projects
https://github.com/florinpop17/app-ideas
Thank you!
hey!
i have a pretty cool idea i've been working on myself.
trying to make snake but with answers, if that makes sense, so every point earned you have to answer a correct question, if you get it incorrect or wait longer than 5 or 10 seconds, you restart.
and just pick a random question out of a bunch
Was this issue resolved? If so, run
/close
- otherwise I will mark this as stale and this post will be archived until there is new activity.