2023-11-16 22:48:08 +01:00
2023-10-19 13:11:27 +02:00
2023-11-10 09:16:36 +01:00
2023-11-16 22:24:39 +01:00
2023-10-14 18:22:48 +02:00
2023-11-16 22:48:08 +01:00
2023-09-23 20:45:17 +02:00
2023-11-09 21:28:25 +01:00
2023-11-02 13:13:14 +01:00
2023-11-08 23:51:06 +01:00
2023-11-10 22:14:41 +01:00

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
Description
Languages
C++ 97.9%
HTML 1.1%
Lua 0.8%
C 0.2%