Retro C++ Game LaserMan

Retro game written in C++ using a beginner’s game-development framework called Playbuffer
Programming
Author

Brandon Toews

Published

January 13, 2023

Player Keyboard Controls
Move Arrow Keys Select Enter
Escape Program Esc

🚀 Play Game

Download, unzip and open LaserMan.exe (Only runs on Windows)

Retro Game

Project to create a retro game using a beginner’s game-development framework called Playbuffer all written in C++ strictly for Windows. Programming algorithms and techniques such as state machines and object oriented programming were developed in the game loop.

Source Code

View source code on Github repository.

Video Walkthrough