WIP / NOT DONE!!!
An experimental, work-in-progress modification of the FNF Psych Engine written in Haxe that introduces native Python language support for modding using the Hython interpreter.
Note: This project is a community-driven implementation and is not affiliated with the original Psych Engine developers.
Instead of traditional Lua or raw Haxe, this engine allows you to write your mod scripts in Python! Thanks to the embedded Hython interpreter, Python scripts run cross-platform directly inside the HaxeFlixel environment without needing external Python installations.
This project will actively recieve updates alongside changes to the Hython interpreter