Skip to content

An attempt at making a PyGame-like library for Moscow ML.

License

Notifications You must be signed in to change notification settings

Kikass-crypto/MosGame

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MosGame

Build Status

An attempt to make a game library for Moscow ML.

It 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.

Requirements

In order to compile the library, you need:

Compilation + installation

If you're running a unix-based system:

  1. Check out a copy of the code, using the command git clone git://github.com/Eckankar/MosGame.git.
  2. Inside the MosGame directory, edit the Makefile, such that all paths are correct for your system.
  3. Write make all to build the library.
  4. Write sudo make install to install the library.

About

An attempt at making a PyGame-like library for Moscow ML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 62.3%
  • Standard ML 35.3%
  • Makefile 1.7%
  • Perl 0.7%