Skip to content

Releases: costs-to-expect/yahtzee

Show other player scores

22 Jul 23:01
d0ffcbe
Compare
Choose a tag to compare
Pre-release

Added

  • Added a table to the bottom of each score sheet, shows all the player scores, delayed by thirty seconds.

Changed

  • Changed the URIs for all the share pages.

Fixed

  • You can only score a Yahtzee bonus when a Yahtzee has been scored.

Toasts for score sheet actions

22 Jul 13:41
81bff9b
Compare
Choose a tag to compare
Pre-release

Added

  • Added toast messages for scoreboard actions, toasts are selected from a random list for each action.

Changed

  • Added the @copyright headers for any files not part of a default Laravel project.
  • Don't load any Javascript (scoring) or the toasts view component when looking at the score sheet for a completed game.

Fixed

  • Delete the share tokens when a game completes.

Complete a game

21 Jul 23:11
02f2a2b
Compare
Choose a tag to compare
Complete a game Pre-release
Pre-release

Added

  • Added a complete game action, sets the winner, player scores and updates the game status.

Changed

  • Show the player scores next to open games.
  • Updated the layout of completed games to match open games.

Public scoring sheet

21 Jul 11:54
77733c2
Compare
Choose a tag to compare
Public scoring sheet Pre-release
Pre-release

Added

  • Added a public score sheet for players, accessible without an account via a unique token.

Changed

  • Creating a game and adding additional players to a game creates a unique share token for each player.
  • Redirect to the home page after game creation and adding additional players, not the games list.
  • Show the link for the public score sheet next to each player name, it can then be easily shared by the game starter.
  • Adjusted the spacing and sizes of inputs in the upper section to increase accessibility.
  • Increased the spacing between open games.

Initial playable release

19 Jul 15:20
9ad46e2
Compare
Choose a tag to compare
Pre-release

Initial release of the Yahtzee game scorer which is powered by the Costs to Expect API. If you have an
account on the Costs to Expect API, you can set your players and track your games.

Many features are planned, this is very much a work in progress, but it is usable.

Working towards initial release

18 Jul 18:50
dfd6377
Compare
Choose a tag to compare
Pre-release

Changes

  • Switched to using v3 of the Costs to Expect API
  • Add initial scoring and state for the upper section
  • Create the score sheet for a player on initial load
  • Show the players next to each game.
  • Home should only show five players
  • Games page should show complete games only
  • Tweaks