Customizable Game

Anyone out there know how to create a customizable game; or a good resource to learn the python to create one? I was kind of thinking something along the lines of the ColorCube Game that I saw a little while ago in the Finished Games section of this forum. Thanks in advance!

What do you mean by ‘customizable’? Do you mean, like a game where you can customize a character or other object / world? For a character, its meshes that you need to affix to the character / character’s armature. For a world, that’s a lot of python that allows for creation of levels, objects, or other things. (I apologize, I haven’t seen much of ColorCube). You can do a search to find resources here, probably even one to help create a level.

If you know python and blender well enough, you can modify a game at a very deep range,

basic limitations are :

Unability to add/remove faces to a mesh.
Unability to switch the material used by a face (since, if I got it right, faces are shared through materials in a similar way as objects are shared through scenes, and the is no switch possible between faces and materials that I know of.

…just as there is no way to switch an object from a scene to another.

…but this could have been solved by any last developpement that I’m not aware of.