npub1lh…tc95t on Nostr: In #Lazarr!, I worked on adding a solution system and level testing. The core levels ...
In #Lazarr!, I worked on adding a solution system and level testing. The core levels store a solution file which is contains a list of recorded player actions and timestamps.
A level is tested by replaying these actions and check if the level is solved after the final action.
This can help me detect regressions.
The system is partial. Only direct interactions with blocks are stored, not player movement. So it's only useful for internal use for now.
#GameDev #Luanti
A level is tested by replaying these actions and check if the level is solved after the final action.
This can help me detect regressions.
The system is partial. Only direct interactions with blocks are stored, not player movement. So it's only useful for internal use for now.
#GameDev #Luanti