How long should it take to learn enough code to make a simple game (C#)?

I have learned a bit of C# before. but abandoned it for a long time.
Now, I’ve started learning it again.
How long should it take to make a simple game?

I think you need to define what “simple” is before anyone can give you a helpful answer.

If, by simple, you mean a console application that prompts you to guess a number (i.e, a Number Guessing Game), then it should take you at least 30 minutes, to read up on Control Statements in C#, Console I/O library and actually writing the code for the console app.

1 Like