cynico / space-race-game

Space Race game implemented in C++ and OpenGL.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  • Make sure to download FreeType library and place it under vendor; the path should be: vendor/freetype (with not versioning in the name). Make sure to download latest version. The download link is: https://sourceforge.net/projects/freetype/

  • Sound is only running on Linux, but it should be fairly straightforward to make it work on Windows, by replacing the libraries and reviewing the linking options in CMakeLists

About

Space Race game implemented in C++ and OpenGL.


Languages

Language:C++ 75.8%Language:Makefile 11.0%Language:GLSL 7.4%Language:PowerShell 4.0%Language:CMake 1.7%