24 lines
460 B
Markdown
24 lines
460 B
Markdown
|
# Orbit+
|
||
|
|
||
|
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
|
||
|
|
||
|
### 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](https://shweetz.net/download/games/orbit-plus-resources.7z).
|