Side Projects Todo
Whatever is finished should not be here. Whatever hasn’t started should not be here.
Game Comment
- Comment editing
- Show game tree
ContinuGo
- Sitting pretty at ~2k loc. Perhaps could be considered finished. But…
- Wouldn’t it be cool if there was a way to play online without
passing the urls around? What’d it take?
- A (simple) backend 🙈
- Frontend accommodations: a way to create a game.
- Frontend accommodations: a mode to allow exploring ahead without submitting the move. An idea: just draw circles. But then, how does one submit a move?
- Real time updates. Server-Sent Events?
- Absolutely no chat, but if anyone uses this they’ll want chat 🙈
- If we had a backend, it should be easy to create a tournament. Why
even have a backend if not for a tournament? But…
- A tournament would definitely require user accounts.
- And (server-side) time management.
- And server-side move validation and final scoring to determine the game result.
- Probably would have to finally implement the ko (ok, easy).
Iso-Maze
- Try rewriting the visuals into shadertoy-style everything-in-the-fragment-shader.
- Create a campaign. At least 10 levels.
- Create a mobile app perhaps?