RoyAwesome / WorldSmith

Open source Dota 2 Mod Editor
MIT License
59 stars 28 forks source link

Basic Dota Environment Simulation #21

Open Penguinwizzard opened 9 years ago

Penguinwizzard commented 9 years ago

This is kinda a big one. Integrate a bunch of parsers and a LuaVM, and have buttons to trigger events. Should handle the same way that Dota would (but without the same interface, and without automatically stepping forward in timesteps). Any system not simulated would have to be handled manually by the user.

RoyAwesome commented 9 years ago

Here is a potential LuaVM for doing this kind of stuff: https://github.com/NLua/NLua