Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yeonguchoe/orbitalstrike
2D game project
https://github.com/yeonguchoe/orbitalstrike
game
Last synced: 7 days ago
JSON representation
2D game project
- Host: GitHub
- URL: https://github.com/yeonguchoe/orbitalstrike
- Owner: YeonguChoe
- Created: 2024-05-29T09:47:38.000Z (6 months ago)
- Default Branch: main
- Last Pushed: 2024-06-09T13:45:55.000Z (5 months ago)
- Last Synced: 2024-06-09T18:13:25.410Z (5 months ago)
- Topics: game
- Language: C++
- Homepage:
- Size: 62.2 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Orbital Strike
Two planets battle in the space using missiles. Player can use gravity of planets to shoot for object.## Instruction to execute the Game
### MacOS
1. Download MacOS version from release on the right side of the page
2. Install following packages using homebrew
- pkg-config (brew install pkg-config)
- sdl2 (brew install sdl2)
- sdl2_mixer (brew install sdl2_mixer)
- glm (brew install glm)
- glfw (brew install glfw)
- glew (brew install glew)3. Open terminal and run
```shell
./OrbitalStrike
```- Note that the file can only be started in terminal
### Windows
1. Unzip `OrbitalStrike-Windows.zip`
2. Click `OrbitalStrike.exe` icon