Faerbit / blobbies

My Ludum Dare 40 entry

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bloBBies

This is my Ludum Dare 40 entry. I created it with C++ and OpenGL mainly. This should be cross-platform, but I only tested it under Linux. I will try to provide binaries for as many platforms as possible.

WebGL port

https://faerbit.github.io/blobbies

Building

You can build this as any other CMake project:

mkdir build
cd build
cmake ..
make

License

This work is licensed under the MIT license with exception of the font. See License.md for details.

About

My Ludum Dare 40 entry

License:Other


Languages

Language:C++ 86.8%Language:CMake 4.9%Language:HTML 4.4%Language:GLSL 2.3%Language:Makefile 1.6%