Breakout clone written in Go using OpenGL.
I wanted to learn how to write raw Open GL code, so what better project than to implement the classic game breakout!
The game engine logic uses an Entity Component System. This makes it easier to separate up the game logic into systems. Thanks to Liam Galvin for the ECS library.
To play use spacebar to kick off and left and right arrows to move the bat.