tommulgrew.itch.io
@tommulgrew.itch.io
Added a few more tools.
It also tries to select spritesheet tiles at the same relative locations as the tiles on the map.

#motc
November 11, 2025 at 10:41 AM
This is the draw-directly-on-the-tilemap workflow I'm trying to create. Still needs a lot of refinement, but the bones are there.

#motc
November 4, 2025 at 10:56 AM
The very basic beginnings of a simple tile editor.

I'd like to make something where you can draw pixels directly on the tilemap itself, and the editor makes the corresponding updates to the spritesheet.

Plus some logic to track tile connectivity.

#motc
November 1, 2025 at 1:28 AM
For no particular reason I've been working on a little immediate mode GUI framework in #motc. So far supports nested scrollable regions, popup dialogs and drop down lists.

I might use it to make a little tiled pixel art editor.
October 26, 2025 at 3:17 AM
Something I couldn't quite squeeze into the pico8 version was a qualification lap. Implemented as a single lap race where the cars can't see or collide with each other (you can't see them either in the proper version). This ensures realistic AI car qualification times.
October 4, 2025 at 11:45 AM
Analogue game controller input is one of the main new features, compared to the original Pico-8 version.
September 19, 2025 at 8:18 AM
The car AI and gameplay is pretty much all there now.
September 16, 2025 at 11:49 AM
AI car rendering has been implemented. They just run on rails for now - reimplementing the AI driving code will be the next step.
September 13, 2025 at 11:13 PM
Sound, racing line and game controller input is working now.
I had to add a "setpitch" command to MotC to set the pitch of the looped engine sound effect without restarting it.
I think I'll stick with 320x240. It feels about right for this style of game.
September 12, 2025 at 10:23 PM
Ported the driving code.
Still deciding whether to target 320x240 or 640x480.
September 10, 2025 at 7:36 AM
The basic rendering logic has been ported.
I had to add support for clip regions to MotC - will release a new version soonish.
I think the approach will be to convert the game more-or-less as is, then look at enhancing the textures and any qol improvements.
September 8, 2025 at 9:14 AM
Playing with voxels and simplex noise.
July 18, 2025 at 11:20 PM
Basic voxel sphere is working.
(Albeit with a hole.)
July 7, 2025 at 8:28 AM
I have accidentally created the infinite multiverse..
July 6, 2025 at 10:31 AM
Holy pickled meatballs, it's actually working.
July 5, 2025 at 12:28 AM
Clicky clicky..
July 5, 2025 at 12:10 AM