the game jam.

the game jam.

task id: game-jam

2024-06-03 12:00: gamejam kickoff (put velum on hold) #game-jam #implement-velum

I forgot this week was the game jam. My velum work will have to wait a few days.

2024-06-04 07:55: Scoping out gamejam stuff #game-jam

I inked up some of my thoughts, set up priorities, attempts to focus what the game components will be.

2024-06-04 09:32: let's revisit the code #rework-rectangles #game-jam

2024-06-04 09:47: it would be nice to get rid of tubePos #rework-rectangles #game-jam

2024-06-04 09:51: it's going to take to much time to recode this properly I think #rework-rectangles #game-jam

I guess I'll have to live with it?

2024-06-04 09:53: hmm, maybe I can start by trying to introduce global x offset #rework-rectangles #game-jam

2024-06-04 10:00: trying to make tubes immutable data #rework-rectangles #game-jam

Instead of updating the xoffset every time, create a new rectangle with global X offset applied.

2024-06-04 10:09: attempt to establish more low-level rectangle format in JSON #rework-rectangles #game-jam

I don't necessarily want double rectangles every time any more.

I have the schema, but more refactoring is needed. I want to load the raw rectangle and skip the tube positions (which then copy over to the rectangles).

2024-06-04 10:17: might need to eliminate tubePos at this point? #rework-rectangles #game-jam

The JSON file is loading rectangles directly, I don't think tubePos is required anymore?

2024-06-04 10:57: JSON rectangle format works! now to generate in lua #rework-rectangles #game-jam

2024-06-04 11:00: Game Jam #game-jam

2024-06-04 13:00: Quick Meet #game-jam

2024-06-04 14:00: Game Jam #game-jam

2024-06-04 15:20: Brainstorm: what kind of interaction should blocks have? #game-jam

2024-06-04 19:11: Brainstorm: some level design #game-jam

2024-06-05 09:00: More Jamming #game-jam

2024-06-05 22:30: End of Jamming #game-jam

2024-06-06 09:38: Basically completed with game-jam related things #game-jam

I think I've wrapped up most of my contributions to the game jam. I don't think I can afford to do much more.

2024-06-06 12:00: Pairing and level tweaks, game testing #game-jam