/maidasunderland

An overcomplicated proof-of-concept hobby game engine written in python and based around the IRC protocol.

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

This is still in the initial "hack around until it works" stage, so we haven't bothered with development branches or anything yet, since there's nothing stable to interfere with yet.

TODO: Write something useful.

Requirements

TODO

Animations

  • Animation is a structure with a list of frames.
  • Frame is a structure with an image filename and display time.

HTTP Server/Client

  • Fetch assets not present locally.