Dummy Steamworks runner for Spacewar (in case the game itself wont launch :P)
Find a file
2026-04-23 23:33:39 +02:00
.gitignore initial commit 2026-04-23 23:32:47 +02:00
icon.png initial commit 2026-04-23 23:32:47 +02:00
LICENSE Initial commit 2026-04-23 23:25:31 +02:00
main.cpp initial commit 2026-04-23 23:32:47 +02:00
Makefile initial commit 2026-04-23 23:32:47 +02:00
README.md initial commit 2026-04-23 23:32:47 +02:00
steam_appid.txt initial commit 2026-04-23 23:32:47 +02:00

Spacewar icon

Spacewar dummy runner

A small C++ app that initializes Steamworks API and runs an infinite loop. This tells steam you're playing Spacewar. I made it to test some lobby detection stuff.

Setup

Before building, you must provide the Steamworks SDK headers and binaries

git clone https://github.com/rlabrecque/SteamworksSDK.git sdk
make