Hello everyone,
I was learning OpenGL and I came up with a game like Cube Runner where you have to avoid incoming spinning colorful cubes.
Here's a screenshot. I uploaded the full source code
here on
Github.
For GNU/Linux users, it should be easy enough to build it yourself:
git clone [email protected]:davidgomes/cubes-on-steroids.git
cd cubes-on-steroids/
make
You just need a few dependencies (Vala, OpenGL, SDL and SDL_gfx).
For Windows users, a friend made me a build, which is attached as cubes-on-steroids.zip. It's a .zip because you need some .DLLs.
I made this game mostly to learn and I ended up discovering that Vala+SDL+OpenGL is a great and easy way to make cross-platformly native games.
Any feedback? Maximum high scores?