Metadata-Version: 2.0
Name: game-machine
Version: 0.5
Summary: A 2D sprite based game engine/PyGame wrapper
Home-page: https://github.com/thismachinekillszombies/game_machine
Author: Richard Butterworth
Author-email: richard@richardbutterworth.co.uk
License: MIT
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: License :: OSI Approved :: MIT License
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Education
Classifier: Topic :: Games/Entertainment
Description-Content-Type: text/markdown
Requires-Dist: pygame

# Game Machine

Game Machine is a sprite based 2D game development tool that wraps PyGame. It
is part of This Machine Kills Zombies, a project developing coding tutorials
aimed at Keystage 3/4 pupils (age 11 - 14).

Game Machine is intended to create a very low learning barrier to getting
working games. It is not intened as a replacement for PyGame.

Game Machine is currently very much in development, and is likely to undergo
significant changes to how it works. There is currently no public documentation
or API. It is not currently recommended to be
used other than by those involved in the This Machine Kills Zombies Project.

The stable release will be 1.0 and above, and an API will be published with
the stable release.


