Game Development Tag

During last week’s Hangout we continued our endless runner game development series. We added a player object, added touch inputs, and created camera movement. This week we added code to handle continuous hallway generation, memory cleanup, and game restarting when the player runs into a wall. We also added particle effects to our player to give the game some extra flare....

This week we walked through part two of the game code from That’s So Panda’s game tutorial series. The tutorial covers many game dynamics like the use of the physics engine, collision detection, spawning enemies, D-Pad implementation, score keeping, and health meter implementation. Be sure to watch part one of this two part series. In part one we touched on overall game design concepts like story development....