Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: snorremd/code-monkey-clash
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.1
Choose a base ref
...
head repository: snorremd/code-monkey-clash
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.1.0
Choose a head ref
  • 1 commit
  • 7 files changed
  • 1 contributor

Commits on Jul 19, 2024

  1. feat: Winner page when game is ended (#26)

    Add a new page announcing the winners when game is over. The page
    displays the three highest ranked player with medal emojis and score.
    Shows confetti in the background to add some cheer to the game.
    
    Add game status indicator to the scoreboard page with live updates using
    SSE. When a game is stopped, paused or continued the status message
    changes. In the case of the game starting the status message
    disappears. When the status is game ended we navigate to the winner page
    with the confetti.
    snorremd authored Jul 19, 2024
    Configuration menu
    Copy the full SHA
    62673ff View commit details
    Browse the repository at this point in the history
Loading