Anders-E/Ouija

Implement a simple UI

Anders-E opened this issue · 3 comments

Main menu

  • Join random session
  • Join specific session
  • Create private session

In-game

  • Copy invite link
  • Exit game session

Notice: no logic needed, only buttons and associated onClicks

miht commented

Idea:

  • Main menu

    • Join random session, join existing (using some token)
    • Settings (graphics, game, etc)
    • Credits at bottom
  • Loading screen

    • Loading icon and text "Finding session"
    • Random fact in corner
    • Perhaps some image in middle
  • Game view

    • Renderer and game viewport
    • Buttons (settings, leave session, about(?))
    • Event messages (player joins, player leaves, etc.)

image

Closed in #31