Help the penguin carve his way through slalom gates and boost down the
mountain in style.
This is a simple game written in C++ using OpenGL for graphics and GLFW for
windowing and gamepad support.
It demonstrates the following:
XInput Controller (anything that behaves like an XBox controller):
Carving left
Carving right
Board lights up slightly to show some boost is available
Board is fully charged! Let's boost!
Here's a download link. Under ideal conditions (i.e. the laptop I
developed it on), the game runs on Linux.
You'll want to have GLFW and its dependencies installed to run and compile
the game.
Throw Me The Source!