Warning: A non-numeric value encountered in /home/fixbyp5/public_html/wp-content/themes/Divi/functions.php on line 5752

Loom2D

I got the chance to play around with the Loom2D engine the other night. The Loom2D engine is made by a group called “The Engine Co” and there site can be found here: TheEngine.co. I was fairly impressed by some of the features and decided to make a quick...

Using Git for Unity 3D Source Control

Before I start; using Git to control source for Unity is not directly supported (though the concept is the same). Use this at your own risk and back up all of your data before attempting it. Hello everyone. I was getting ready for Global Game Jam 2013 and decided to...

Project Euler Question #6

I am here with Project Euler question #6. Mister #6, what do you have for us today? Question 6: The sum of the squares of the first ten natural numbers is, 1^(2) + 2^(2) + … + 10^(2) = 385 The square of the sum of the first ten natural numbers is, (1 + 2 + … + 10)^(2)...

Project Euler Question #5

Time for question number 5 brought to you by Project Euler! Question 5: 2520 is the smallest number that can be divided by each of the numbers from 1 to 10 without any remainder. What is the smallest positive number that is evenly divisible by all of the numbers from...

Project Euler Question #4

Hello again everyone. Time to tackle Project Euler question #4: Question #4: A palindromic number reads the same both ways. The largest palindrome made from the product of two 2-digit numbers is 9009 = 91 99. Find the largest palindrome made from the product of two...