Project’s ideas | Sololearn: Learn to code for FREE!
New course! Every coder should learn Generative AI!
Try a free lesson
0

Project’s ideas

Could someone share an interesting idea for a project to be done in c# for beginners in this technology, or even a few projects with an increasing level of experience. I would be grateful :)

31st May 2023, 3:23 AM
SindiWindi
SindiWindi - avatar
11 Answers
+ 4
If you're writing in C# anyway, try making games with the Unity engine (or Godot if you're a big fan of open source). Just remember: start simple!
31st May 2023, 3:37 AM
Orin Cook
Orin Cook - avatar
+ 3
for starting point you can make utility applications like: calculator, camera, image viewer, and much more common daily life application
31st May 2023, 3:44 AM
I am offline
I am offline - avatar
+ 1
So, im currently in college for game development. We have 24 challenges for this week and i can share a couple of the ones that I found fun. These are good practice for people that know if statements, switch statements, varriable declaration and reassignment, and getting used to making code from scratch with little directions, Challenge 17 Create a program to ask for a divisor, then randomly generate 3 numbers and check each one to see if it is evenly divisible by the divisor. Remember, the Utility.cs file contains a function for getting random numbers. Example Output Please enter a divisor: 7 130947868 - no 2083942967 - no 901599951 - yes!
3rd Jun 2023, 6:15 AM
Aaron
+ 1
Challenge 15 Create a simple trivia game. Ask the user three true-false questions, storing their answer into a char variable. Use if statements to determine if the user is correct or not. Increase a separate score variable for each correct answer they get. The questions should allow both uppercase and lowercase answers. Example Output True or False Exam - Enter T(t) or F(f) Question 1: 'elseif' is a keyword in C#: F CORRECT! Your score is 1. Question 2: Algorithms are usually written in C#: t INCORRECT! Algorithms are language independent! Question 3: A switch's 'default' handles any unmatched values: x ERROR! You did not input T or F! Final Score: 1 of 3
3rd Jun 2023, 6:15 AM
Aaron
+ 1
Nice that was kinda fun😁 arent these exams online?
3rd Jun 2023, 7:08 AM
Drelda
Drelda - avatar
0
Try doing something unique, creative and productive
31st May 2023, 3:48 AM
Manuphile
Manuphile - avatar
0
For beginner? Like beginner who barelly knows OOP? Or beginner who starts window aplications? If you want console aplikations with oop- im learning on simple game engines(like two wariors fighting each other- can use factory design pattern to spawn multiple enemies, add walkable map with some events(trader, treasure)), random maze generator(map is int or byte), find way thru maze(algos), simple encryptions(caezars cipher), tic-tac-toe, hangman... Later(after confident with engine) i will remake these to window version. P.s. i have switched to c# from java- doing mainly the same projects
2nd Jun 2023, 5:35 AM
Drelda
Drelda - avatar
0
You talking about my challenges?
3rd Jun 2023, 4:40 PM
Aaron
0
Aaron yup
3rd Jun 2023, 4:48 PM
Drelda
Drelda - avatar
0
Drelda its possible that some places use them as an exam. My college doesnt give credit for them. They’re just extra practice for what we learned in class. I have 24 of them if you want others
3rd Jun 2023, 10:19 PM
Aaron
0
Aaron that would be great, i have found online only basics exercises
4th Jun 2023, 4:09 AM
Drelda
Drelda - avatar