~fluix/polybius

A simple hackable game designed for teaching

85281ac Update README to current status

3 years ago

de3f602 Update README to current status

3 years ago

#Polybius

A simple hackable game designed for teaching hacking through memory editing, reverse engineering, and network interception.

#Building

A Makefile is provided which spits out the polybius binary:

$ make
$ ./polybius

#Configuration

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.

#License

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