Why make a MUD engine in 2025?? Idk man I just wanted to
Why make a MUD engine in 2025?? Idk man I just wanted to
Is anyone out there developing a full project like this? #indiegames
Is anyone out there developing a full project like this? #indiegames
My Go back-end is generating a dungeon layout and sending it to the front-end as JSON. Then, I'm rendering it with PixiJS! Very happy with the result so far. #gamedev #roguelike
My Go back-end is generating a dungeon layout and sending it to the front-end as JSON. Then, I'm rendering it with PixiJS! Very happy with the result so far. #gamedev #roguelike
Ended up in nested loop land by the end of both parts, despite my best efforts. Definitely excited to see how others were able to get this done without them!
Ended up in nested loop land by the end of both parts, despite my best efforts. Definitely excited to see how others were able to get this done without them!
In part 2 I added a few "preprocessing" steps:
1. Concat the lines into one
2. Split the line on "do()"
3. For each line, cut off every "don't()" and anything past it
4. Use the same regex to sum as before
5. Profit
In part 2 I added a few "preprocessing" steps:
1. Concat the lines into one
2. Split the line on "do()"
3. For each line, cut off every "don't()" and anything past it
4. Use the same regex to sum as before
5. Profit
I always want to do better than just brute forcing, but ended up doing that today to debug the recursive solution I came up with. Even the brute force solution finished in under a second, I might just get lazy for the next ones!
I always want to do better than just brute forcing, but ended up doing that today to debug the recursive solution I came up with. Even the brute force solution finished in under a second, I might just get lazy for the next ones!
Lately I've been learning a lot about graphics programming and writing blog posts about the math involved. Here's the first:
jacksontheel.com/posts/rotati...
Lately I've been learning a lot about graphics programming and writing blog posts about the math involved. Here's the first:
jacksontheel.com/posts/rotati...