Z I N G

Zing is a word search game that I created using the Shader Game Engine. Each game starts with a set of dashes shown to you on the screen that represents a word that you are trying to guess. You choose a letter to make a guess, and if the letter shows up in the mystery word, then it will be revealed to you in place of the dashes. If the letter you chose is not in the word, then you lose a bullet. If you reveal the word before you run out of bullets then you win!

If you want to learn how to create this game yourself, I have created step-by-step instructional video tutorials showing you everything line of code used to make this game in C++. The video tutorial series can be found here.

download Zing To play the completed Zing game, download it from here.

X