Side projects todo
Whatever is finished should not be here. Whatever hasn’t started should not be here.
Game Comment
- This really really needs finishing, so much work done already and so little left to do…
- The backend is ready for user accounts/comments.
- The frontend isn’t. Where to put the register/login buttons?
- Handle comment posting/displaying.
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?
- 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?