aboutsummaryrefslogtreecommitdiff

Hurry Curry! Test Client

The test client is mostly used for debugging. It was developed to test the server during the game jam when the main client did not exist yet.

Development setup

  • Serve test-client directory somehow. With python: python -m http.server 8080 -d test-client
  • Start a local game server.
  • Open the page with your browser.