• There is NO official Otland's Discord server and NO official Otland's server list. The Otland's Staff does not manage any Discord server or server list. Moderators or administrator of any Discord server or server lists have NO connection to the Otland's Staff. Do not get scammed!

Best recommended "LUA/C++" tutorials?

Sir Shutter

Learning LUA
Joined
Nov 17, 2008
Messages
1,437
Reaction score
10
Location
Egypt
What is the best recommended websites/way to learn/tutorials that can make you script LUA / learn C++ for opening a tibia server?
 
I advise you to get a good grasp on LUA for now and then worry about C++ later. If you don't know how to program teaching yourself object oriented code to start will be extremely confusing. This isn't an LUA tutorial, it's Python; but it's really not that relevant if you're starting from square one. I actually ran into this yesterday when I wanted some info about PyGame and bookmarked it for the fact of how awesome it would be for someone who is just learning to program. http://programarcadegames.com/index.php?chapter=python_as_calculator&lang=en#section_1
 
Last edited:
The best way to learn is to have fun, this is a great game with Mark Zuckerberg, Bill Gates and some randoms.
http://learn.code.org/hoc/1
You will learn how to use while, for loops and if, elseif, else statments. (These are pretty much the same for all langs.)
 
Back
Top