Page 1 of 1

Guess Game v1.1 - C# this time!

PostPosted: Sun Aug 18, 2013 10:28 am
by fallen
Hey guys long time since I posted. Since I no longer own a PSP i have sort of drifted away from the site and the community. Now that I have graduated from high school and am going to college for Electronics I decided do get into programming again to use it as sort of a side hobby. Before I programmed in C++ but got frustrated and gave up on it. This time around I am learning C# instead because it is a lot easier for me to understand. So far so good, a few years back I posted a guess game that I made in C++ well here is my C# version. Let me know what you think and if you are a developer and want to see the code to give me a few tips etc please feel free to PM me any time!

Runs on Windows, it's just a very small command prompt based game. The code is a lot cleaner. ( Instead of using 1,000 decision conditions I am using classes and methods. )

tl;dr im back, re-made my guess game in C#, check it out

http://www.mediafire.com/?qwajjxbrrsfe9to

Compressed it into a .rar file so you guys can scan it before you run it! ;)

P.S. If Crait is still around it would be cool if you could get a hold of me.

Re: Guess Game v1.1 - C# this time!

PostPosted: Thu Aug 22, 2013 7:32 pm
by The Cookie Monster
This was actually pretty cool. Well done!

Was it hard to make?

Re: Guess Game v1.1 - C# this time!

PostPosted: Sat Aug 24, 2013 1:26 pm
by fallen
Compared to what I am doing now this is super easy. I'm now starting to deal with 2d games. It's going awesome so far.