Summer!
Posted: Sun Jun 17, 2012 3:11 am
I'm on Summer vacation now!
Passed all of my finals with good marks, finished the year with a 3.2 GPA. I'm now a junior in high school lol(11th out of 12 years for those outside of the USA) 
More importantly though Summer means no school and no school means more development time! I have a lot I want to work on and so much free time its crazy! My language of choice over the past few months has been Python, i've used it almost exclusively. And if I used another language it was just to integrate with a python script to make it more efficient or something.
One project i'm working on that you guys might find interesting since you are all into MMOs is a text based MMORPG through a telnet connection. It will mimic most browser based MMOs in that you have x amount of action points, you replenish your points once per minute etc etc. However its all done through a terminal with a telnet connection. I haven't gotten too far on it but i thought it would be a fun little niche game. It's also client-less because it uses telnet, so all you need is putty or a linux based terminal (ie cygwin, gnome, xterm).
Other than that i've been just learning as much as I can with Python , i feel like i've gotten to know Python a lot better than i know C# or C++ or anything like that. Lots and lots of little projects etc.
I wanted to ask all of you though if there were any little projects you suggest i try, for the sheer purpose of learning more about the language. I've found the best way to learn is through projects you know you won't be able to complete with your current knowledge, as they force you to learn something knew and painstakingly read through the documentation.
More importantly though Summer means no school and no school means more development time! I have a lot I want to work on and so much free time its crazy! My language of choice over the past few months has been Python, i've used it almost exclusively. And if I used another language it was just to integrate with a python script to make it more efficient or something.
One project i'm working on that you guys might find interesting since you are all into MMOs is a text based MMORPG through a telnet connection. It will mimic most browser based MMOs in that you have x amount of action points, you replenish your points once per minute etc etc. However its all done through a terminal with a telnet connection. I haven't gotten too far on it but i thought it would be a fun little niche game. It's also client-less because it uses telnet, so all you need is putty or a linux based terminal (ie cygwin, gnome, xterm).
Other than that i've been just learning as much as I can with Python , i feel like i've gotten to know Python a lot better than i know C# or C++ or anything like that. Lots and lots of little projects etc.
I wanted to ask all of you though if there were any little projects you suggest i try, for the sheer purpose of learning more about the language. I've found the best way to learn is through projects you know you won't be able to complete with your current knowledge, as they force you to learn something knew and painstakingly read through the documentation.