Has anyone here used OpenSkill with Defold?
There is a Lua implementation for Roblox here, but it’s not pure Lua, so would need to be modified to work.
Has anyone here used OpenSkill with Defold?
There is a Lua implementation for Roblox here, but it’s not pure Lua, so would need to be modified to work.
Not much code so should be easy to convert to pure Lua!
Yeah, I might try to convert it once I have released a game and people are playing it! Or, just fall back on good old ELO.
Update: I did end up converting the repo to pure Lua. I forked the repo and created a Defold extension for good measure. A bit rough and ready, but seems to work:
I’ll be using it in a Nakama server module, so the extension is mostly for testing it works as it should.
Awesome!