Skip to content
Thomas Leathers edited this page Mar 4, 2018 · 5 revisions

Desutezeoid

an arbitrary, XML-driven, point and click adventure game engine.

written in python and pygame.

see also

Known Games Known Plugins

features

  • builtin Ok, Yes/No, and menu dialogs. with colorization, size, and even image support. (except for the menu)
  • many engine config options and page config options to customize how the engine looks and behaves.
  • SDL graphics via pygame
  • music and sound support
  • an object oriented logic system called "keyids" see comments in example code and the usage and API manual for more information, and practical code examples. also see some real games listed in Known Games
  • XML-based configuration and page formats.
  • powerful, class-based Plugin system.
Clone this wiki locally