Kirk Trombley
|
46fa4f8d21
Making the store logic a little easier to work with
|
před 5 roky |
Kirk Trombley
|
ed3a0ffa55
FastAPI Server Reimplementation
|
před 5 roky |
Kirk Trombley
|
c8937928a2
change setRoundSeconds into updateRoundSeconds
|
před 5 roky |
Kirk Trombley
|
bcd6d1413e
Redoing the store logic so it's a little clearer
|
před 5 roky |
Kirk Trombley
|
66fb2238fb
Rename GameState to gameStates
|
před 5 roky |
Kirk Trombley
|
3cc6272e11
Whoops, wasn't using it right
|
před 5 roky |
Kirk Trombley
|
7154084d7c
Environment variables and store monitoring in dev
|
před 5 roky |
Kirk Trombley
|
6ad118087d
Implementing new methods and change to submit
|
před 5 roky |
Kirk Trombley
|
5e88eb1f8b
consolidating the load methods b/c they're always called together
|
před 5 roky |
Kirk Trombley
|
435f276d9b
Some clean up to the dispatch logic
|
před 5 roky |
Kirk Trombley
|
56e3f36c32
Rewriting all of the rejoin logic to be managed by dispatcher, should be much less buggy
|
před 5 roky |
Kirk Trombley
|
fa77e619b8
Fixing order of state changes in some actions
|
před 5 roky |
Kirk Trombley
|
627a18d92d
Moving targetPoint and currentRound into store, managing their updates via dispatch
|
před 5 roky |
Kirk Trombley
|
d62a61581e
Moving round timer into the store so it can be easily persisted by it later
|
před 5 roky |
Kirk Trombley
|
5374f266e8
Moving timer + point clear logic to state transition
|
před 5 roky |
kirkleon
|
1eeeb82e40
Fixing a bug in the join logic where old timers were not being cleared
|
před 5 roky |
Kirk Trombley
|
f17a25523a
Writing logic to store some game information in localStorage
|
před 5 roky |
Kirk Trombley
|
ca07e04a9b
Reorganizing the bottom of the summary page, which allows removal of reset game button
|
před 5 roky |
Kirk Trombley
|
cb4c47baac
Removing the gameJoined shared state and fixing some more layout issues in the lobby
|
před 5 roky |
Kirk Trombley
|
b287764efb
Changing gameStore to actually do a full reset on going to a lobby
|
před 5 roky |
Kirk Trombley
|
d1aabd446b
Reorganizing the home page
|
před 5 roky |
Kirk Trombley
|
461bdb03fb
Number of rounds can now be chosen
|
před 5 roky |
Kirk Trombley
|
c5a0a7d09f
Updating to the new player ID API
|
před 5 roky |
Kirk Trombley
|
791d94649b
Modifying API to not accept a player name at game creation
|
před 5 roky |
Kirk Trombley
|
479b4427af
Putting scores back in lastRound object, and refactoring the marker placement logic out to a single hook
|
před 5 roky |
Kirk Trombley
|
cf5cf12d76
Removing everything that's not actually needed from the lastRound object
|
před 5 roky |
Kirk Trombley
|
6a749bdf06
If you try to circumvent react's effect logic, you're gonna have a bad time
|
před 5 roky |
Kirk Trombley
|
4f4676e6f8
Resetting gameStore to the real defaults
|
před 5 roky |
Kirk Trombley
|
37223838cd
Removing the dead code and cleaning things up a little
|
před 5 roky |
Kirk Trombley
|
83e14d44c6
WIP but this does work, needs cleanup
|
před 5 roky |