diff --git a/README.md b/README.md index 424ed95..60b8375 100644 --- a/README.md +++ b/README.md @@ -18,9 +18,15 @@ The host instructs campers to perform arbitrary tasks, such as throwing cards at The campers had a blast! -## Configuration +## Run -Squingo is written in Python. If you have `pip` installed, you can install the program's dependencies by running +### Web + +As of February 2026, `squingo.html` contains a standalone web version of Squingo. To play, download the file and open it in your web browser. + +### Python + +The original Squingo from 2021 is written in Python. If you have `pip` installed, you can install the program's dependencies by running ``` pip install -r requirements.txt diff --git a/squingo.html b/squingo.html new file mode 100644 index 0000000..1072d14 --- /dev/null +++ b/squingo.html @@ -0,0 +1,1054 @@ + + + + + SQUINGO + + + + + + +
+ + + + + \ No newline at end of file