Creating Game Objects
- In a different way, scripts can be used to encode
objects in the game.
- These are relatively simple things that don't move, or don't
move much.
- Crystal space, for example, has CELstart.
- This enables you to code a fair few things, including
objects.
- I sludged my way through creating objects in C++,
and expect it is simpler in XML or CELstart.