An attempt at making a game library for Moscow ML.
It attempts to replicate the style of PyGame.
Note, this is very much alpha at this point, and the names and functionality is sure to be changed a lot as the library gets expanded. In short, don't rely on the interfaces staying the same until they're announced to be so.
In order to compile the library, you need:
If you're running a unix-based system:
git clone git://github.com/Eckankar/MosGame.git
.Makefile
, such that all paths are correct for your system.make all
to build the library.sudo make install
to install the library.