Projects for c# | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
+ 1

Projects for c#

I have finished the c# course but I do not very confident about using classes or inheritance. I have tried working on something but its becoming a very long mess.(code below) Hence I wanted to ask for a few project ideas to practice on. https://code.sololearn.com/cS4nan5Vx3li/?ref=app

18th Jul 2022, 6:21 PM
Shivansh Mourya
Shivansh Mourya - avatar
2 Answers
+ 2
I would recommend against trying to code for random projects by yourself. I always recommend looking for open source project and attempting to first, understand the existing code base, and then trying to support or extend it. This can be as simple as working bugs on an open source mod for some game or as complex as grabbing work items from a popular library like abot, autofac, or automapper. You will need structure when applying or practicing your knowledge or you will get overwhelmed, burnt out, or just won't know what to do next.
23rd Jul 2022, 7:38 PM
Kail Galestorm
Kail Galestorm - avatar
+ 1
I myself have no many ideas for class Projects but one would be UNO tho you could make something better with what you played with. Idea for your Code: You could make a console Game where one can Always Just make one Input like 'w' and make a Chance that a Random Event ocure for example: Player Position (0, 0) W Player Position (0, 1) Warning tree in sight on (0, 3)! W Player Position (0, 2) W Player Position (0, 3) Game Over! You Hit the tree! Sadly that can't be done in SL. Note: that Player movement Project's good but somehow do I miss the end result. Position start from (0, 0) and end (with Input wwwww) (0, 5).
18th Jul 2022, 11:47 PM
Felix Alcor
Felix Alcor - avatar