Quote:
Originally Posted by kennydabasterd
Hello, I'm a newfag.
Me and 2 friends are interested on building a server on about 6 months - 1 year...
I would really like to know what info about coding i need for it, we are studying first semester of engineering and we want to study coding on our free time. (we will also study it from part of our career, but will not deepen on it, it's mechatronics)
If anyone can help me with web links, name of books, i'd appreciate it!
We really want to put our effort on it because we are planning on make our own games! but we want a soft start and we like dark orbit, that's why this is our option.
Thank you all in advance and sorry for my english!
|
Hi!!
I would recommend you to read "Java how to program" By P.J. Deitel, it will explain programming and OOP for dummies (it also applies for c#).
To code a private server you'll need to know PHP (with SQL) HTML, CSS and JavaScript for the CMS and a desktop language for the server (like C#, Java, Python, C/C++...)
The most basic for a private server is a SocketServer and a MySQL connection, so I would recommend you to read about that since it makes 60% of the server