Skip to content
Jeff edited this page May 21, 2023 · 24 revisions

pymodd

create and edit modd.io games in python

What is pymodd?

Pymodd is a tool for developing modd.io games in Python. It offers three main functions: generating, editing, and compiling a pymodd project. A pymodd project can be generated from a default template or a modd.io game. Inside a pymodd project, scripts, entity scripts, and game variables can be edited in Python. Finally, a pymodd project can be compiled to generate a new JSON file that can be directly imported into a modd.io game.

Pages