An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# SpaceRox.MX2
2D Asteroids Style Game using MX2 (SDL2/Vulkan)

Screenshot From 2026-02-27 07-45-33

Screenshot From 2026-02-27 07-46-44

Screenshot From 2026-02-27 07-49-47

# 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
```