FinOCE / SweeperSmackdown

A Discord activity to play competitive minesweeper with your friends!
GNU General Public License v3.0
3 stars 0 forks source link

Implement lives into UI #42

Open FinOCE opened 1 month ago

FinOCE commented 2 weeks ago

Added PLAYER_UPDATE_STATE to ensure lives are up to date. Needs to be implemented on frontend. This also changed the board get and board get all functions to return PlayerState instead of just <Board>.GameState so the frontend api wrapper needs to be updated to handle this, as well as updating opponent views to display this extra information