Michael Crichlow
banner
mikecrichlow.bsky.social
Michael Crichlow
@mikecrichlow.bsky.social
Artist, Programmer, Lover of Manga and Python -- still figuring this thing called life out. :) Currently working on the precision platformer "Anwyl and the Cursed Tower".
I think I FINALLY have entities freaking working in my game. I did not expect it to take so long, but apparently the way I was trying to save them (json) flat out doesn't work in Odin. Now using encoding/cbor and that works well. Should be able to make good progress now. #odin #gamedev #programming
December 20, 2024 at 12:59 AM
Progress is being made! Bullets now fire right and left. 👍However, now saving and loading doesn't work. When I save, exit and load again, all the spawners shoot bullets right (it doesn't save which ones should shoot bullets left). #gamedev #odin #raylib #programming #screenshotsaturday
December 7, 2024 at 9:43 AM
Making Progress! Now the bullets all spawn at the same time and make collision with blocks. The length of the entity array is staying under control as well, as destroyed bullets are removed from the array. Nice! #gamedev #programming #odin #raylib
December 4, 2024 at 10:30 PM
Well, it's progress. However, all these bullet spawners are supposed to be firing at the same time. So... gotta work on that. #programming #gamedev #odin #raylib
December 4, 2024 at 3:47 AM