-
Day 6 – I fought with ChatGPT for like 2 and a half hours
Okay wait, I’m getting ahead of myself. Alright, so what I really wanted to do today was fix some stuff around saving off the user’s position. I noticed late last night that one of our characters was having their position saved appropriately, but the other one wasn’t. A large part of that was because there […]
-
Day 5
So I went off on a little tangent… I got grumpy about managing files on my computer, constantly deleting and moving folders, renaming stuff. I hate that I had to open text files to look at their contents… I kept thinking about how I was writing a ton of extra code to make saving to […]
-
Day 4 – Everything Ends How it Began
Which is a very poetic way of saying that the end result of today’s progress exactly the same as it was at the start … except different. I had 2 major checklist items left to be able to call my multiplayer implementation “finished.” I realized pretty quickly that I needed to insert another bullet point […]
-
Day 3 Part 2
So what is one to do when one has a multiplayer server to connect to, but can only wiggle a little pixel man back and forth? One makes all the other directions work too. And then while I was working on it, I tripped and fell into a really great physics calculation for falling, and […]
-
Day 3 – The Great Multiplayer Victory
It’s finally done. It was a frustrating pain in the butt, but mostly the issues came from my own lack of understanding about how multiplayer works. Let’s get techy. When you connect to a server, you’re handed a unique id. Let’s call you 12345. When another player connects to the server, they’re handed a unique […]
-
Day 2 – The Great Multiplayer Debacle
Since this game is intended to be multiplayer from the ground up – or at least support it – everything needs to be designed with multiplayer in mind. So today I set out to just get basic rudimentary server-client architecture working. All I wanted was a running server, which a player could connect to, and […]
-
Day 1
Step 1 was to bring some much-needed upgrades to my utilities package. I made a ton of upgrades to the utilities while working on Survivor Tower Defense. For the sake of posterity, just in case future me doesn’t remember what this is, it was Vampire Survivors plus Gem Craft tower defense. Step one was to […]
-
Day 0
On Sunday 9 Feb, the Eagles won Super Bowl 59. That has nothing to do with this, it’s just a fact I like. Earlier that day, though, I was giving my pals @roxzman07 , @rustash , and @kaylachuu a lesson in C# code. After the call was done, Corey and I hung around in the […]
-
Day -4015
I’ve spent 11 years not making a game. Every game I’ve ever made has been practice for the game I’ve actually want to make. Part of this is because I needed experience. Part of it is because my game was too big. Part of it was because of fear. Maybe I’m not good enough to […]