blob: 6b7968daa588084279045e15fe12fe8171384eed (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
|
# 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.
## Building
- Requirements:
- Nightly rust toolchain (only if locales are required)
- esbuild
```
make test-client
```
## Usage
- 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.
|