Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 297 Bytes

README.md

File metadata and controls

18 lines (12 loc) · 297 Bytes

SSX 3 Lobby Server

A custom reimplementation of the lobby server used for the PS2-exclusive "Online" mode in SSX 3.

Usage/Hosting

TODO.

Building

You need boost and sqlite3 dev libs.

$ cmake -Bbuild -GNinja -DCMAKE_BUILD_TYPE=Release
$ cmake --build build
# ...
# profit?