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