Developer Cheerio Posted November 15, 2013 Developer Share Posted November 15, 2013 Even though these courses are in javascript, they are a very good introduction to programming. If you've never programmed before and are looking for a place to start, this is a pretty good choice. https://www.khanacademy.org/cs/programming/intro-to-programming/v/programming-intro Special thanks to @nickwest for the recommendation . Link to comment https://forums.kleientertainment.com/forums/topic/29713-intro-to-programming/ Share on other sites More sharing options...
simplex Posted November 15, 2013 Share Posted November 15, 2013 You should put in a thanks to @nickwest for the original recommendation. ;P And maybe also link to the Lua tutorials at lua-users.org. Link to comment https://forums.kleientertainment.com/forums/topic/29713-intro-to-programming/#findComment-370890 Share on other sites More sharing options...
Battal Posted November 15, 2013 Share Posted November 15, 2013 I actually took that course. It's a good place to start. Link to comment https://forums.kleientertainment.com/forums/topic/29713-intro-to-programming/#findComment-370897 Share on other sites More sharing options...
seronis Posted November 15, 2013 Share Posted November 15, 2013 And maybe also link to the Lua tutorials at lua-users.org.I know now what I will be doing monday when I get home from work in the morning Link to comment https://forums.kleientertainment.com/forums/topic/29713-intro-to-programming/#findComment-370924 Share on other sites More sharing options...
Nayrn Posted March 4, 2015 Share Posted March 4, 2015 I'm not sure where to post this question but I figured it would be worthwhile to post it here:Is it 100% necessary to use LUA when modding for don't starve? I noticed there were many other languages that can be used in the sublime mod tool. Link to comment https://forums.kleientertainment.com/forums/topic/29713-intro-to-programming/#findComment-619112 Share on other sites More sharing options...
Blueberrys Posted March 4, 2015 Share Posted March 4, 2015 @Nayrn Yes, you must use LUA. Don't Starve is made to use LUA, so it won't automatically work with another language. It's like asking if I can talk to you in a completely foreign language. Unless you've learned that language, I can't use it to communicate with you. Similarly, Don't Starve doesn't "speak" another language (for modders, anyways).Sublime is an IDE. It's not affiliated with Don't Starve or Klei at all. It provides tools for working with multiple languages so it can be used by a wide variety of programmers. That does not imply that those languages could work together in any way. Link to comment https://forums.kleientertainment.com/forums/topic/29713-intro-to-programming/#findComment-619140 Share on other sites More sharing options...
Nayrn Posted March 4, 2015 Share Posted March 4, 2015 Thanks for clearing that up, I figured as much but I just wanted to make 100% sure that it was what I had to use.To the LUA tutorials! Link to comment https://forums.kleientertainment.com/forums/topic/29713-intro-to-programming/#findComment-619222 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