2

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.

2 Answers2

1

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.

bkersten
  • 213
  • 1
  • 3
1

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

Koarl
  • 611
  • 6
  • 18