Skip to content

jnbooth/superfight

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

superfight

image

An online game based on Pipework Studio's SUPERFIGHT, which was sadly discontinued.

Prerequisites

Building

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.txt

Then populate the files with your own cards, one per line.

To build the client:

cp client
yarn
yarn build

To build the server:

go build

Running

To 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>.

About

A card game about creating fighters, written in Go

Resources

License

Stars

0 stars

Watchers

0 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors