A simple hackable game designed for teaching hacking through memory editing, reverse engineering, and network interception.
A Makefile
is provided which spits out the polybius
binary:
$ make
$ ./polybius
A TOML configuration file named config.toml
is used and located in the source root. By default it connects to at server running on 127.0.0.1:9999
with sample player parameters. These name
and id
parameters should be changed to prevent others from taking over your account.
For setting up a server, see polybius-server.
The Cozette font located at assets/cozette.otf
is licensed under MIT, see LICENSE-COZETTE.
Polybius-client is license GPLv3, see LICENSE.
Copyright (C) 2021 Steven Guikal