62767a04aaaddd8d0785f7895d0cad152bb7f396
Blitz 🎮
Fast FPS written in C++
Prerequisites 🛠️
You will need a recent compiler supporting c++17 and xmake. xmake should download all the dependencies for you.
Client 💻
Build ⚙️
xmake [BlitzClient]
Run 🏃
xmake run [BlitzClient]
Server 🗄
Build ⚙️
xmake build BlitzServer
Run 🏃
xmake run BlitzServer [-P port]
Debug 🏗️
Switch to debug mode
xmake f -m debug
Switch to release mode
xmake f -m release
Run with debugger
xmake run -d # Client
xmake run -d BlitzServer # Server
Generate docs 📖
xmake doxygen
Languages
C++
97.9%
HTML
1.1%
Lua
0.8%
C
0.2%