~fluix/polybius-client

Client for polybius: a simple hackable game designed for teaching
Update README to current status
Update everything for release
Initial commit

refs

master
browse  log 

clone

read-only
https://git.sr.ht/~fluix/polybius-client
read/write
git@git.sr.ht:~fluix/polybius-client

You can also use your local clone with git send-email.

#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