Simple 3d game, player must destroy all meteors!
- A / Left arrow- move left
- D / right arrow- move right
- space - shoot
- Windows (Visual Studio 2015)
- Linux (GCC 5.0+ or clang 3,3+)
- cmake 3.0+
- OpenGL 3.3+
- SDL2
- GLM
- GLEW
- Bullet 2.85
#Windows libs https://github.com/DevRaptor/space_ships/files/630153/libs_only.zip
Copy libs folder to repository main folder
#Repository with Windows libs Repository with all needed libraries for Visual Studio 2015 (release Win32 target): https://github.com/DevRaptor/space_ships/files/630150/Space_Ships_with_libs.zip
instruction:
- Run cmake and generate Visual Studio 2015 project to /build folder
#Game only https://github.com/DevRaptor/space_ships/files/630151/Space_Ships_game.zip
Warning: Visual Studio build require copy Data folder to your build folder, or copy/generate exe to main repository folder.