An official client for Patafour.
Simply clone the repo and CMake should automatically grab everything for you. Visual Studio 2019+ is recommended.
On Linux you also need to install the X11 library. On Ubuntu you can install it with sudo apt install libx11-dev
.
Note that we currently only support the proprietary NVidia driver for NVidia GPUs.
You should enable Developer Mode in order to successfully configure the project.
Create an environment variable called SFML_ROOT
that points to a valid SFML root directory.
After building, an error may appear in relation to a missing OpenAL32.dll. You can simply copy it from SFML/bin folder to V4Hero.exe directory.
Make sure that you select proper architecture when building. Downloading 32-bit SFML will only compile x86 builds and 64-bit SFML will only compile x64 builds.
PRs are welcome.
The developer team and the wider community around Patafour hangs out on Discord, and we use that to coordinate the efforts around development.
Please contact the developer team on Discord if you intend to make wide changes to the game code, otherwise feel free to open issues or send PRs!
GPL-3.0 (c) the Patafour team