blob: 12ee901988a08d6631f7cf8e838c15752ec8a4c1 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
|
# 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
|