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]
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]
I changed my code so it works with recursion. On a success it should return j+1 when called.
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]