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
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