I would greatly appreciate some help on any one of these issues.
1.How would one go about getting graphics and animations in C#
For example lets say I want my game to have a title screen with an animated background, and buttons that light up when you highlight them. I'm stuck coding text-based and conosle games/applications because I can't figure out how to get graphics and animations into my program.
2. Could someone please explain to me the random number function that is gone over in Hall's tutorials?
I just don't really understand what is going on in the part where he explains randoms etc.
3.How would you save and load progress in C#
I was thinking maybe that the program would write a .txt file that would contain certain parameters.
Lets say you have a farm game and in the .txt file it would show what crops were planted where, etc.
How would you go about doing that?
If there is a more efficient and better way of doing that, i would love to know as well
Those are the main things that I am struggling with right now, They are all extremely noob questions but then again, I am an extreme noob