Skip to content
This repository has been archived by the owner on May 19, 2024. It is now read-only.

Latest commit

 

History

History
6 lines (4 loc) · 420 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 420 Bytes

keke

keke is a compiled scripting language in the vain of baba that compiles down to the code the RPG Maker XP event interpreter uses. It's essentially a textual representation of RMXP events, which unfortunately limits it to the capabilities of an RMXP event.

keke when compiled is injected into an RMXP map's events, or is compiled at runtime inside an event, then executed.