Howto get started playing games
How do you get started playing <TAG> games?
Well that's a very good question. Since the <TAG> Engine is a game engine, it totally depends on the game developer. Some developer may compile their games into executables for different platforms, some developers may just leave it as it is.
For games that's included in the <TAG> Engine, you need to download the python interpreter from Python's official website.
The 2 tested version of the <TAG> Engine is Python 2.6.x and Python 2.7.x. Download one of these and install them if you are on windows. Once they are installed, you can simply double click on the game's python file (ends with .py)
If you are on Mac or Linux, chances are you already have Python preinstalled and should be able to run the game from the console. Simply navigate to the directory, and then type python <filename>.py and you should be able to start playing.
The <TAG> Engine theoretically should be able to run on a smartphone with Python support (Android perhaps?), but it's not tested.