Skip to content

Maximophone/trading-game

Repository files navigation

Trading Game

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 !

Running the server

Requirements:

  • poetry
  • python 3.7
poetry install
make gen_secret
make run_prod

Running the client

Requirements:

  • nodejs
cd ui
echo '<server_host>:5001' > server_address.txt
make gen_server_address
make build_ui
make serve_ui

Running the tests

poetry install
make test

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published