Programming
-
SamsSearch: Teleporting
Today I have managed (meaning no SIGSEV errors…) to have multiple maps and switching between them! Next issue to decide on, where to store all GameObjects, on each Map or…
-
React Router and Bootstrap
This is just a quick post to outline an issue I found when trying to combine React, React-Router and Bootstrap together in a SPA (No server side rendering so that…
-
The light up vest
During my time at Otago Polytechnic, one of the courses I took was Embedded Systems Unfortunately the project is now broken and I’m unable to find any pictures at this…
-
Smart Pointers
Definitely something that I’ll be learning next for my game, so this post is to detail some of the examples I find. Of course working with SDL is going to…
-
SamsSearch
Ah this is a project I started a couple of years ago that I am keen to pick up again. A top down 2d adventure/rpg/whatever game written in C++ and…
-
Gameboy emulator Part 3: setting up GitHub
Now that I have a base set up, it’s time to start using git to track changes. Of course this probably would have been easier to do from the start…
-
Gameboy emulator Part 2: setting up CMAKE with Clion
In this project, I’ll be using CMake as I’m told that makes it easier to port to other platforms later on. In case it’s not clear yet, I do all…
-
Gameboy emulator Part 1: setting up SDL
This has been a project that I have started and stopped so many times! This time around lets at least finish the CPU and get a display up and running!…
-
Online garage sale is live!
Finally after nearly 2 years of working on it, I have completed (to a MVP standard!) a buy/sell/exchange website. This can be found here: https://ogs.doglitbug.xyz At the moment this is…
-
Adding Google log on in PHP
This guide was wonderfully easy to follow:https://codeshack.io/implement-google-login-php/ However if you are not developing on localhost (or a TLD like xyz.com) you will run into issues adding the callback to Google,…