-
Notifications
You must be signed in to change notification settings - Fork 0
Getting Started
aernw edited this page Dec 16, 2025
·
1 revision
Follow these steps to get R-Type running locally.
- CMake 3.20+
- A C++20-capable compiler (Clang or GCC)
- vcpkg (included in repo; bootstrap required)
git clone git@github.com:aernw1/r-type-mirror.git
cd r-type-mirror
./vcpkg/bootstrap-vcpkg.sh
cmake -B build -S .
cmake --build build -j$(sysctl -n hw.ncpu)# Start server (default port 4242)
./build/bin/r-type_server 4242 2
# Start client
./build/bin/r-type_client 127.0.0.1 4242 player_name