Rewrite: replace Python engine with LuaJIT implementation #1
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "lua_rewrite"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
The Python battle_engine was too slow for production use. This replaces
it wholesale with the LuaJIT port (previously developed in the separate
battle-engine-lua repo).
Key differences from the Python engine:
The old Python code is fully removed. The lua_battle_engine repo on
Forgejo will be archived after this merge.