A web app for playing the Wavelength board game. Generates clues, keeps score, and allows the Psychic player to view the correct solution.
In /client/
run npm run start
, in /server/
run python3 server.py
. The
client is available at localhost:3000
, the server at localhost:8080
.
You may also build and run the included Dockerfile, which by default hosts at localhost:8000
.