Skip to content

Latest commit

 

History

History
31 lines (30 loc) · 596 Bytes

TODO.md

File metadata and controls

31 lines (30 loc) · 596 Bytes

TODO

  • Misc
    • go modules
    • docker (dev and runtime?)
    • OpenAPI
    • gRPC?
  • General framework
    • Implement api/rooms endpoint
      • POST /rooms
      • GET /rooms
      • GET /rooms/:id
      • DEL /rooms/:id
      • GET /rooms/:id/players
      • POST /rooms/:id/players
      • DEL /rooms/:id/players
    • gorilla mux?
  • Set
    • Multi-player
    • Add handicap to any player
    • Show round timer
    • General layout/UX design
    • Phone UI
  • Boggle
  • Ricochet Robots