An online game based on Pipework Studio's SUPERFIGHT, which was sadly discontinued.
Card data is not provided in this repository due to copyright concerns. In order to build the project, you will need to create your own deck. First, copy the example files:
cp cards/black.txt.example cards/black.txt
cp cards/white.txt.example cards/white.txtThen populate the files with your own cards, one per line.
To build the client:
cp client
yarn
yarn buildTo build the server:
go buildTo run the game, first build the client per above, then run:
go run .You can configure the port with -p <PORT> and the hostname with -h <HOSTNAME>.