# TODO * [ ] create api documentation ## Server * [x] create /toggle/game/new endpoint * get request with query parameter board size * ex: `GET jpappel.xyz/toggle/game/new?length=5 HTTP/3.1` * responds with new json for game of a certain length * [x] rename /toggle/query endpoint to /toggle/game/play * [x] start uwsgi script ## Site * [ ] js * [x] render game function * [x] update game function * [ ] make untoggleable vertices unclickable * [ ] css * [ ] color scheme * [ ] html * [ ] add info about toggle to top of page * [ ] add contact info * [ ] add link to poster pdf