Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (13 loc) · 772 Bytes

todo.md

File metadata and controls

19 lines (13 loc) · 772 Bytes

Todos

Important

  • Upon game restart, all users should be logged out and redirected to the login page again.
  • When game is won/lost, the control elements in the playground should freeze (really? could be fun to still be able to play around)
  • deploy to server (add wsgi script etc.)
  • Fix margins for char message button and submit button

Nice to have

  • Scroll bar for chat?
  • Have chat display GIFs when someone wins or hits the bomb
  • Make sure the emojis in the chat always work
  • Have an overview over the users in both teams, e.g. two boxes that show the team members

Some day

  • Rather than redrawing all of the chat, use one of jQueries "add daughter" functions to add new chat message (except for the beginning)