diff options
Diffstat (limited to 'TODO.md')
| -rw-r--r-- | TODO.md | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -0,0 +1,23 @@ +# TODO + +* [ ] create api documentation + +## Server + +* [ ] create /toggle/newgame endpoint + * get request with query parameter board size + * ex: `GET jpappel.xyz/toggle/newgame?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 + +## Site + +* [ ] js + * [ ] render game function +* [ ] css + * [ ] color scheme +* [ ] html + * [ ] add info about toggle to top of page + * [ ] add contact info + * [ ] add link to poster pdf |
