Tathar Posted January 12, 2007 Share Posted January 12, 2007 what code language is 0ad using and where can i learn it. Link to comment Share on other sites More sharing options...
Ykkrosh Posted January 12, 2007 Share Posted January 12, 2007 The engine is written in C++, and the gameplay scripts are written in JavaScript. The latter is the parts that modders are likely to work on - it includes the high-level AI, interaction between units, interaction between units and the user interface, etc. JavaScript is probably also much easier to learn than C++ - I expect there are thousands of JS tutorials on the web, though unfortunately I don't know which ones are any good (and a lot are probably bad, in promoting bad habits and in confusing language features with DOM features)... Does anyone here have any suggestions? Link to comment Share on other sites More sharing options...
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now