XMLGameEngine

An engine for describing games built around Xerces, exprtk, and SFML.

View the Project on GitHub beefviper/XMLGameEngine

XMLGameEngine

An engine for describing games built around Xerces, exprtk, and SFML.

XMLGameEngine dependencies:

XMLGameEngine stores a complete description of a game in an XML. The XML file is loaded and parsed by Xerces. Any variables, expressions, or function calls in the XML data is evaluated by exprtk. The resulting values and objects are used to render the game with SFML.

XMLGameEngine is currently an alpha, and not complete.

Things that work:

Things still missing: