https://github.com/stypox/into-space-remake
Remake of Into Space! built in C++17 / OpenGL
https://github.com/stypox/into-space-remake
Last synced: about 1 year ago
JSON representation
Remake of Into Space! built in C++17 / OpenGL
- Host: GitHub
- URL: https://github.com/stypox/into-space-remake
- Owner: Stypox
- Created: 2019-01-30T19:30:53.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2021-08-24T15:59:51.000Z (over 4 years ago)
- Last Synced: 2025-02-08T20:47:33.355Z (about 1 year ago)
- Language: C++
- Homepage:
- Size: 890 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Into Space! remake
This is a remake of the game Into Space! written in C++17 and OpenGL. Many components used in this project were separated into stand-alone libraries: [arg-parser](https://github.com/Stypox/arg-parser), [event-notifier](https://github.com/Stypox/event-notifier), [input-listener](https://github.com/Stypox/input-listener), [stock-container](https://github.com/Stypox/stock-container), [time-facilities](https://github.com/Stypox/time-facilities), [~~gl-abstractions~~](https://github.com/Stypox/gl-abstractions), [~~file-management~~](https://github.com/Stypox/file-management).
