Open arthurmco opened 6 years ago
I want to define units and buildings outside the game binary, so the development of them becomes easier.
The language Lua seems a good choice, because it is used in a large number of projects successfully
But first
I will use Scheme now.
More beautiful than Lua, as fast as Lua depending on the scheme variant and not much harder to use
I want to define units and buildings outside the game binary, so the development of them becomes easier.
The language Lua seems a good choice, because it is used in a large number of projects successfully
But first
I think the game object code needs a review, specially the cloning and parameter storing part.