aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO.md
diff options
context:
space:
mode:
Diffstat (limited to 'TODO.md')
-rw-r--r--TODO.md12
1 files changed, 7 insertions, 5 deletions
diff --git a/TODO.md b/TODO.md
index 9492af5..12ee901 100644
--- a/TODO.md
+++ b/TODO.md
@@ -4,17 +4,19 @@
## Server
-* [ ] create /toggle/newgame endpoint
+* [x] create /toggle/game/new endpoint
* get request with query parameter board size
- * ex: `GET jpappel.xyz/toggle/newgame?length=5 HTTP/3.1`
+ * ex: `GET jpappel.xyz/toggle/game/new?length=5 HTTP/3.1`
* responds with new json for game of a certain length
-* [ ] rename /toggle/query endpoint to /toggle/play
-* [ ] start uwsgi script
+* [x] rename /toggle/query endpoint to /toggle/game/play
+* [x] start uwsgi script
## Site
* [ ] js
- * [ ] render game function
+ * [x] render game function
+ * [x] update game function
+ * [ ] make untoggleable vertices unclickable
* [ ] css
* [ ] color scheme
* [ ] html