Dummy Steamworks runner for Spacewar (in case the game itself wont launch :P)
| .gitignore | ||
| icon.png | ||
| LICENSE | ||
| main.cpp | ||
| Makefile | ||
| README.md | ||
| steam_appid.txt | ||
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