Skip to content

Latest commit

 

History

History
30 lines (25 loc) · 355 Bytes

NOTES.md

File metadata and controls

30 lines (25 loc) · 355 Bytes

Notes

Features

  • User login
  • User chat
  • Checkers

Events

  • onGetMessages
  • onPlayerMoved
  • onSendMessage
  • onLogin
  • onSignup

Collections (Tables)

  • User
    • Username
    • Password
  • Message
    • Date and time (in milliseconds)
    • User
    • Message

UI Elements

  • Login page
  • Game page
    • Checker board
    • Chat window