https://github.com/hadron13/orbitoor
My first Ludum Dare Game (47) game
https://github.com/hadron13/orbitoor
c from-scratch game ludum-dare orbital-mechanics sdl2
Last synced: about 2 months ago
JSON representation
My first Ludum Dare Game (47) game
- Host: GitHub
- URL: https://github.com/hadron13/orbitoor
- Owner: hadron13
- License: mit
- Created: 2020-10-26T17:48:21.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-01T13:30:04.000Z (over 4 years ago)
- Last Synced: 2025-03-25T23:19:03.764Z (about 2 months ago)
- Topics: c, from-scratch, game, ludum-dare, orbital-mechanics, sdl2
- Language: C
- Homepage:
- Size: 2.06 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Orbitoor
## My first Ludum Dare game!
### [ldjam.com](https://ldjam.com/events/ludum-dare/47/orbitoor)
### [itch.io](https://omnes-ludos.itch.io/orbitoor)
## Dependencies:
* ### [SDL2](https://www.libsdl.org/)
* ### [SDL2_image](https://www.libsdl.org/projects/SDL_image/)
## Compiling
### this could be compiled with any C/C++ compiler
### **DEBUG** macro defines to load assets with full path to work on GDB and MSVC debugger
### game assets not included