An official client for PatafourV4.
After cloning the repo, get a copy the resources
folder from an existing Patafour install or request an updated copy from a developer on Discord and copy the folder in the project root directory.
On Linux also the X11 library needs to be installed (if you're on Ubuntu it's the libx11-dev
package and you can install it with sudo apt install libx11-dev
).
Note that currently we only support the proprietary NVidia driver for NVidia GPUs.
You should enable Developer Mode in order to successfully configure the project.
Please also make sure that the environment variable SFML_ROOT
points to a valid SFML installation and that the /bin
folder of the SFML installation is also added to PATH
.
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