- some charged attacks I dreamt he had, aerial, heavy, and light! Fighting the Hip Chip Clan and the Silent Roar gangs in this one
#spaceRARt #scalieart #human #superhero #elasticity #gamelogic
Wednesday | January 28, 2026
๐ Progress
Beyond365DaysOfCode โ Day 388
100DaysOfCode โ Day 388
๐ Daily Reading
โ freeCodeCamp News โ 1 article
โ Daily.dev โ 1 article
๐ป Learning
freeCodeCamp: Build a Reusable Mega Navbar
Reinforcing reusable patterns while keeping long-term game logic skills sharp.
Consistency over intensity. Still building.
#Beyond365DaysOfCode
#100DaysOfCode
#freeCodeCamp
#Python
#GameLogic
#JavaScript
#LearningInPublic
#DevJourney
#Consistency
โณ Wednesday
๐
January 21, 2026
๐ Progress
โข Beyond365DaysOfCode โ Day 381
โข 100DaysOfCode โ Day 381
โข freeCodeCamp
๐ Daily Reading
โข freeCodeCamp News โ 1 article
โข Daily.dev โ 1 article
๐ป Learning
โข Codecademy โ Phaser: implementing timer functions for game events
Time management = game pacing.
#GameDev #PhaserJS #GameLogic
#Python #LearningInPublic
#DevJourney #Consistency
๐ฎ Midweek Momentum โ Wednesday
๐
January 14, 2026
Keeping the rhythm steady and the logic clean.
๐ Progress
โข Beyond365DaysOfCode โ Day 374
โข 100DaysOfCode โ Day 374
โข freeCodeCamp
๐ Daily Reading
โข freeCodeCamp News โ 1 article
โข Daily.dev โ 1 article
๐ป Learning
โข Codecademy โ Phaser: game logic, movement, and interaction
Midweek effort compounds by the weekend.
#GameDev #PhaserJS #GameLogic
#Python #MidweekMomentum
#LearningInPublic #DevJourney
#programming #gamedev #gamelogic #lispgamejam #devlog https://screwlisp.small-web.org/lispgames/lisp-game-logic/
in which I sketch a monolithic pass at the totality of logic in my #simulation game.
Ever notice how games only give you 10 bullets, while enemies have infinite ammo... until you pick up their gun, and suddenly, it's empty. ๐ค
As much as I quite like the crafting experience in #FFXIV, "overlap" recipes make me smile.
This simple-looking potion only requires
1) an ingredient from another planet
2) an ingredient from the past when there were no separate planets as there are now. ๐
I also love the fact that the weather forecast person also knows what the weather is like in Elpis (the past) "right now" and "tomorrow" - despite very few even knowing of it or that you've been.
http://gamerpeak.com/2014/08/21/how-does-your-game-keep-you-contained-part-1/
Back in 2014, I was discussing the weird and inventive ways that #videogames put up barriers on the edge of their worlds.
Whatโs the weirdest boundary youโve ever seen?
#gaming #gamelogic #blog #amwriting
Finally making a second pass at #Asteroidians Grapple rope-wrapping logic.
I've switched to generating a convex hull from the set of contour-traced solid pixels.
This results in an array of positions that are significant geometrical corners we need to check as valid "anchor" positions.
Keep in mind, *everything* I'm doing here is based on a custom binary-pixel collision system! No polygons in this here #gamelogic !