I re-learning how to code, since my knowledge is hotchpotch at best. I chose C# over Java this time as the tutorial I had for java sucked.
So today I covered the basics of C#. Messed around in VBExpress 2010 (Which owns Eclipse IMHO) and covered Loops and constants and functions ect.
Course I'm using recommend you play around with what you've learnt after each chapter, so I started making a little text adventure.
Tomorrow I'll go through the next chapter of the course and carry on with the text adventure. I going to have a look for/ think of a better method, because the current one is going to get hard to manage.
If anyone here is any good at C#, and has a few minutes of spare time, I'd appreciate it if you could have a look at my code: Link
The general idea behind the game will be developed, and will one day get a GUI, so If you look back in a few month there might be something that is almost worth playing
Daily Blog 001#
So today I covered the basics of C#. Messed around in VBExpress 2010 (Which owns Eclipse IMHO) and covered Loops and constants and functions ect.
Course I'm using recommend you play around with what you've learnt after each chapter, so I started making a little text adventure.
Tomorrow I'll go through the next chapter of the course and carry on with the text adventure. I going to have a look for/ think of a better method, because the current one is going to get hard to manage.
If anyone here is any good at C#, and has a few minutes of spare time, I'd appreciate it if you could have a look at my code: Link
The general idea behind the game will be developed, and will one day get a GUI, so If you look back in a few month there might be something that is almost worth playing
Daily Blog 001#