Tag Archives: source code

Binary Search in C++

Binary Search is a method to search through a sorted container in order to find a particular value. Remember that one “Guess the Number” game? Let’s look at the following scenario by applying the Binary Search algorithm in order for you to understand how Binary Search works. The Guessing Game Pick a number from 0 [...]

Read more
source

Game Source Available

Just wanted to keep everyone up to date and let you all know that the source code for the Piranha Plant, Wario, and Coin Game has been posted to the forums. Go ahead and give it a try, it will be a great experience to see what was put into making that simple game. Make [...]

Read more
pong

Classic Pong

I’m releasing a preview of my Pong game. This is simply the first release, the second release should be the final. So far it took me about an hour to create. Not bad eh? You too will soon be able to make games like these so stick around so you can also be proficient in [...]

Read more