https://github.com/lostjared/SpaceRox.MX2
2D Asteroids Style Game using MX2
https://github.com/lostjared/SpaceRox.MX2
cplusplus-20 shooter space vulkan
Last synced: about 1 month ago
JSON representation
2D Asteroids Style Game using MX2
- Host: GitHub
- URL: https://github.com/lostjared/SpaceRox.MX2
- Owner: lostjared
- License: mit
- Created: 2026-02-27T15:31:28.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2026-03-27T14:30:28.000Z (2 months ago)
- Last Synced: 2026-03-28T00:30:42.659Z (2 months ago)
- Topics: cplusplus-20, shooter, space, vulkan
- Language: C++
- Homepage:
- Size: 46.9 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-game-remakes - SpaceRox.MX2 - 2D Asteroids Style Game using MX2. (Arcade)
README
# SpaceRox.MX2
2D Asteroids Style Game using MX2 (SDL2/Vulkan)



# How to Compile
first compile and install MX2:
https://github.com/lostjared/libmx2
then:
```bash
git clone https://github.com/lostjared/SpaceRox.MX2.git
cd SpaceROx.MX2
mkdir build && cd build
cmake ..
make -j$(nproc)
./SpaceRox
```