Blog

GDC 2018

Mar 26, 2018 | | Say something

I went to the Game Developer Conference this year! I had lots of fun and met a lot of really cool people.

Bug Battle Game to Launch on “Steam”

Nov 20, 2017 | | Say something

Bug Battle Game will be launched on “Steam” December 8, 2017. Even though this is a simple game, there are a lot of elements that I have had to pull together to make it a fun yet challenging game. I signed up with “Steam” to market this game but they have a checklist of things […more]

Qt Creator Eclipse Phase Project

Mar 9, 2016 | | Say something

Started a project for a game I play with friends. There is no decent way of keeping track of stats in game, so I decided to make a gui using Qt Creator. Just posting some early code in case it helps other people coding in Qt. I’ll clean it up and add comments later. I’ll […more]

FizzBuzz Recursion

Jan 15, 2016 | | 1 comment

I changed my code so it works with recursion. On a success it should return j+1 when called.

First Post

Jan 12, 2016 | | Say something

I’ve decided to start blogging the code I write so I can practice my coding skills, while also helping give examples of code out to people. I wrote this code after reading this article. FizzBuzz: Write code to loop from 1 to 100. If the number is divisible by 3 then output Fizz. If it’s […more]