orbit-plus/README.md

40 lines
628 B
Markdown
Raw Normal View History

2023-02-12 04:18:45 +00:00
# Orbit+
2023-02-12 04:54:07 +00:00
![1](/screenshots/1.png)
![2](/screenshots/2.png)
![3](/screenshots/3.png)
![4](/screenshots/4.png)
![5](/screenshots/5.png)
![6](/screenshots/6.png)
2023-02-12 04:18:45 +00:00
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
2023-02-12 04:25:03 +00:00
- GLEW
2023-02-12 04:18:45 +00:00
### Linux/MinGW
This repository uses CMake to compile, so:
`mkdir build`
2023-02-12 04:25:03 +00:00
2023-02-12 04:18:45 +00:00
`cd build`
2023-02-12 04:25:03 +00:00
`cmake ..`
2023-02-12 04:18:45 +00:00
`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).