Search Results

Found 1 results for "b9701d3bb71586725592f5f169efeec1" across all boards searching md5.

Anonymous /g/105683601#105709538
6/26/2025, 12:55:13 PM
>>105709159
My roguelike uses ECS. It's not super complex just yet, however. But I like being able to encapsulate logic into separate classes, instead of having a [God]Actor->Update() method consisting of either 2000 LoC or 200 function calls and a shitload of if statements and code branching.