Go to file
2023-02-11 23:54:07 -05:00
include/cglm first commit 2023-02-11 23:18:45 -05:00
screenshots screenshots + fixes 2023-02-11 23:39:47 -05:00
src font fix 2023-02-11 23:25:03 -05:00
CMakeLists.txt screenshots + fixes 2023-02-11 23:39:47 -05:00
LICENSE first commit 2023-02-11 23:18:45 -05:00
README.md screenshots to readme 2023-02-11 23:54:07 -05:00

Orbit+

1

2

3

4

5

6

A clone of the 2007 Adobe Flash game by Jacob Grahn ("Jiggmin"), using OpenGL and SDL.

Build

Dependencies

- SDL2
- SDL_image
- SDL_mixer
- SDL_ttf
- GLEW

Linux/MinGW

This repository uses CMake to compile, so:

mkdir build

cd build

cmake ..

make

Make sure you've got the games's resources downloaded and in the same directory as the executable. You can get that here.