Clement Julia

Results 3 comments of Clement Julia

I think some sort of string templating system would greatly help game/mod developers. By string templating, I mean the ability to insert a macro into a string by referencing its...

I can’t comment on much of the technical stuff but I will say that P2P’s hack prevention is one thing that has kept me playing SAGE game for a long...

From my understanding, asyncio in python is useful when you have IO bound operations such as reading files or sending HTTP requests. Pathfinding doesn't really have any of this as...