up vote 2 down vote favorite
share [fb]

I would like to play around with games that use scripting to see how much easier it makes development. What --simple-- C++ or .NET game may i download and play with using a scripting language. I dont really care which scripting language it is.

link|improve this question

50% accept rate
feedback

2 Answers

Lots of games use scripting which allows for not only modding but the creation of completely different games.

Your welcome to purchase Puzzle Quest 2 (or any Infinite Interactive game) and see just how easy it is to script with Lua. Pretty much everything you can do is already in there in the existing scripts.

link|improve this answer
feedback

Even though it's not directly what you were asking for, there already is a question regarding games that utilize scripting. Some of them might be options for you as well, notably LÖVE (Engine)

Game engine with good Lua entity creation/management

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.