It looks like you're new here. If you want to get involved, click one of these buttons!
Read more
What do Adobe Photoshop Lightroom, Angry Birds, Apache HTTP Server, Apache Traffic Server, the Firefox web browser, MediaWiki, and World of Warcraft all have in common? They are all extensible using the cross-platform Lua programming language, winner of the 2011 Game Developer Magazine Front Line Award because:
Lua has become an extremely popular programming language, so much so that it's achieved a critical mass of developers in the game industry, meaning Lua skills are transferable from company to company. That's partly due to its speed and the ease with which developers can embed Lua into a game engine.
This web page catalogs stand-alone programs that are written in or are extensible using the popular Lua programming language.
If you know of any missing apps, can provide corrections or additional detail about any listed apps that lack a description, or have any relevant suggestions, your input is appreciated. Please post to the Lua-l mailing list. You can subscribe at http://www.lua.org/lua-l.html.If somebody here is subscribed to the Lua-l mailing list, maybe it's worth leaving a mention about Gideros.
Comments
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
For example, we've been participating here:
http://gamefounders.com/
And if you look at the partner's list: http://gamefounders.com/#/partners
Then there's Unity, there's even Corona, but no Gideros! Someone is not doing his (or her) job
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Where Angry Birds is concerned there is a lua script for each level, it's parsed to created each individual level structure (I suspect Rovio's level builder tool probably output's Lua source) and any special cases can be coded as and when needed.
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
If you take the Android version and rename the .apk to .zip (all .apk's are just .zip files in disguise) and extract it, you'll see all the lua files for each level etc - but as @OZApps said they're encrypted so you can't delve too much deeper
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
I unzipped the iPhone .ipa file and all of the game and level code was lua (encrypted)
cheers
evs
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
- iTunesArtwork - The Icon that you see in iTunes
- iTunesMetadata.plist - This is used for DRM and has your info/proof of purchase
- Payload (folder) - Containing the actual .app
If that is helpful to anyone
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps
Likes: OZApps
#MakeABetterGame! "Never give up, Never NEVER give up!" - Winston Churchill
Author of Learn Lua for iOS Game Development from Apress ( http://www.apress.com/9781430246626 )
Cool Vizify Profile at https://www.vizify.com/oz-apps