Introduction For quite a few years now my friends and I have played a game called The Guild 2 Renaissance [https://steamcommunity.com/app/39680]. It can be best described as an odd mix of a simulation, RPG, and strategy.
Drakeor
A collection of 42 posts
Happy 2019 - New Years Resolution
Looking back on the year, I've been focusing heavily on university studies and my job. I've been meaning to get back to my own personal projects however small they would be. For the year of 2019, I would love to
Space Invaders (Emulating the 8080) - First OpCodes
CPU Functions Now that we have our memory and cpu structure setup, it's was time to create functions to initialize the cpu and start processing our ROM! // Creates a new cpu int init_cpu(struct cpustate* cpu); // Tick once in
Space Invaders (Emulating the 8080) - Memory and CPU Setup
ROM Setup The first thing to deal with was the ROM files for Space Invaders. I first combined all the 2kB chunks of the rom into one 8kB file. I then wrote a small script (romgen.c [https://github.com/
Space Invaders (Emulating the 8080) - Introduction
Introduction This is a project I've started a few months ago. I know there are already tons of 8080 emulators out there but I wanted to try my hand at one as well. I'm writing this emulator in C with
Uploading and Serving files for Ghost Blogs
Since Ghost does not allow you to upload and show files by default, this tutorial will show you how to serve files out of the same server as your ghost installation.
BodBot Review - The dangers of AI Strength Programming
The concept of an AI adapting a workout program is aluring, yet in practice I felt BodBot completely missed it's mark
Guild Sim Project
This is a little rust project I've been working on in my free time. It's a really simple little game called guild sim where you play as a medieval worker trying to become the mayor of the city and hold