diff options
| author | JP Appel <jeanpierre.appel01@gmail.com> | 2023-10-25 21:27:35 -0700 |
|---|---|---|
| committer | JP Appel <jeanpierre.appel01@gmail.com> | 2023-10-25 21:27:35 -0700 |
| commit | 33680b9a238ffda3a2efca654591e53e423b310f (patch) | |
| tree | 572e1e2698af2afcf18c5820b96dcb95f70a8b7f /TODO.md | |
| parent | dcb5bacebf5eb516fd012aca7c85708b9dab0073 (diff) | |
added game object and game dom synchronization
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 12 |
1 files changed, 7 insertions, 5 deletions
@@ -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 |
