4 ms·
Private servers like this (though for a different game) were my first exposure to programming, free and open source software, and eventually, computer science a
by 72736379 3y ago
Private servers like this (though for a different game) were my first exposure to programming, free and open source software, and eventually, computer science as a whole- when I eventually went off to college I majored in computer science and had a great head start in many of the practical/application courses.
I learned about versioning with SVN, OOP with Java, hacking together websites and forums with PHP while in middle school. Really fun times on the Internet.
- dkdbejwi383 3y agoUltima Online?
- 72736379 3y agoNope, was involved in the MapleStory private server scene.
- darknavi 3y agoOdinMS was such a fun time. I too started programming MapleStory private servers. Vana was my intro to C++ and as I learned in Uni it made it so much more fun. That and Minecraft modding with hMod and Bukkit.
- 72736379 3y agoIf you frequented forums like RaGEZONE it's likely we've ran into each other before!
- bogwog 3y agoThat’s how I was introduced to SQL!
- grubbs 3y agoHad a similar experience. I was a complete addict in High School to late 90's Everquest. I believe the project was EQEmu and I was able to spin up a local SQL server and run my own private server. I had no idea what I was doing at the time but I got it to work and was able to have friends join me...over my dialup connection. Unreal at the time :)
- munk-a 3y agoI ended up cutting my teeth working on maintaining a MUD (that sadly just recently went offline). I think gaming is a big draw for tinkering and programming simply because how much time we spent interacting with it and how (at the time at least) it was very accessible to modify. A lot of what you're working on is changing data values and plugin-style things rather than getting bogged down in modeling and other much less approachable aspects of the game. I imagine you can't throw a rock in the HN crowd without hitting someone who once worked on an EVE Online spreadsheet of one disposition or another.
- matheusmoreira 3y agoSame here. Open Tibia servers were the first code bases I explored and tried to modify when I was a kid.
- ThatPlayer 3y agoYou've just reminded me of one of my learning experiences on my private server. I implemented a HTTP server. It was very basic but this was before I really learned about using libraries.