A simple card game. Each player is given a hidden value from 1 to 100 and the market has an expanding list of public values. Players trade between each other for what they think is the average value. Very beta...
Play the game here !
Requirements:
- poetry
- python 3.7
poetry install
make gen_secret
make run_prodRequirements:
- nodejs
cd ui
echo '<server_host>:5001' > server_address.txt
make gen_server_address
make build_ui
make serve_uipoetry install
make test