Welcome!

I love programming, and I love to share the adventures I’m having with it. This site is an experiment to see if I have enough inspiration to write about it somewhat regularly. Take a look at About me if you want to know more about me.

Robot Worlds 4: End to end

I feel like we’re almost done with our walking skeleton. Today, I’ll try to finish it. ...

June 25, 2022 · 9 min · Dirk Groot

Robot Worlds 3: Client

Now that we have a server that can receive a request over TCP, handle it and send a response back, it looks like a good time to start working on the client. We’ll also think about how we want to test our walking skeleton end-to-end. ...

June 21, 2022 · 11 min · Dirk Groot

Robot Worlds 2: Communication

Our walking skeleton is no more than an undead skull at the moment. Some more bones need to be added to make it a fully fledged skeleton. Let’s see if we can set up communication between the client and the server. ...

June 18, 2022 · 11 min · Dirk Groot

Robot Worlds 1: Walking Skeleton

Let’s make a game! I have a big graveyard of unfinished hobby projects, so I have no idea how far I’ll get. But as long as learning ensues, I’m fine with that. ...

June 14, 2022 · 8 min · Dirk Groot