A silly game (in the sense that it is appallingly horribly written) using sdl2
The goal (if there is any) of this development is to create some sort of Breakout clone.
No distribution that I know of packages SDL2, and SDL2-ttf, but these
are required to run ark--the sources are completely backwards-incompatible
with SDL <=1.2, which is what most distributions currently package.
For archlinux, you can find both in the AUR: aur/sdl2, aur/sdl2-ttf
Once the dependencies are installed, (along with glibc, libstdc++, gcc, and
make) you'll be able to build ark.
Just run make; this will create the ark binary.