Commit Graph

166 Commits

Author SHA1 Message Date
zephyr b70abac827 unexport things that don't need to be exported
Most of all, this lets staticcheck point out things that are unused.
Also delete an unused thing found as a result of this.
2024-02-04 10:37:20 -06:00
zephyr 754da18c99 actually use logout stuff 2024-02-04 10:27:46 -06:00
zephyr 6e6aca91f6 indicate the player's role
Fixes #15.
2024-02-04 09:59:45 -06:00
zephyr cc33c78305 hide the move timer when the game ends 2024-02-04 09:55:53 -06:00
zephyr fb6f99e7b0 remove sync that no longer happens oops 2024-02-04 09:52:14 -06:00
zephyr 658634c0db exchange syncing persons in matchmaking 2024-02-04 09:45:38 -06:00
zephyr 82aba814e6 parameterize lobby by exchange types 2024-02-04 09:25:09 -06:00
zephyr 72b0cd1023 inline player hp component 2024-02-04 08:47:21 -06:00
zephyr b1bba55a7b watch round timer immediately 2024-02-03 23:03:54 -06:00
zephyr 1d4bad751c use the right source for move timer in dto 2024-02-03 23:01:32 -06:00
zephyr f7edcb2dc2 watch on game deadline, not game, for timer 2024-02-03 22:55:33 -06:00
zephyr a318c5457f debug time left 2024-02-03 22:51:21 -06:00
zephyr e588382794 broadcast game state when move timer expires 2024-02-03 22:48:23 -06:00
zephyr 5c37d6cd6f reduce queue timer
Fixes #13.
2024-02-03 22:40:56 -06:00
zephyr 61b6893ec4 remove stray console.log
Fixes #14.
2024-02-03 22:40:09 -06:00
zephyr 4e674348d5 edit challenger win message
Fixes #12.
2024-02-03 22:39:22 -06:00
zephyr c7ee3760ba implement player loses on move timer expires
Fixes #11.
2024-02-03 22:38:09 -06:00
zephyr a38bf9631f add indicator for move timer
For #11.
2024-02-03 22:29:17 -06:00
zephyr 36475c0a9b add local dev mode 2024-02-03 21:25:57 -06:00
zephyr 566de4066b skeleton move timer
For #11.
2024-02-03 21:11:09 -06:00
zephyr ae1cf18d6d remove players who drop from the queue 2024-02-03 15:39:59 -06:00
zephyr 1c0db61385 don't preserve items when shooting self with blank 2024-02-03 14:59:22 -06:00
zephyr e82899a209 title and favicon 2024-02-03 14:53:46 -06:00
zephyr 59c608cd8e don't need source locations in logging anymore 2024-02-03 14:47:43 -06:00
zephyr f1fac2b7e0 less verbose logging 2024-02-03 14:26:14 -06:00
zephyr a8ca8c0d33 show game over button for controls 2024-02-03 14:19:54 -06:00
zephyr 8c38174dad fix sense of game over 2024-02-03 14:17:51 -06:00
zephyr 668ea105f9 fix sense of my turn 2024-02-03 14:16:54 -06:00
zephyr 2cb683eafb hide controls when the game ends 2024-02-03 14:15:33 -06:00
zephyr b5ba169ce4 make hp bars always show 2024-02-03 14:13:23 -06:00
zephyr d8d38275f0 try again 2024-02-03 14:09:15 -06:00
zephyr 789dcd57f9 try again 2024-02-03 14:08:34 -06:00
zephyr 08afcdc573 try again 2024-02-03 14:07:32 -06:00
zephyr 104e4c3db0 try again 2024-02-03 14:06:03 -06:00
zephyr 702dfe63ac try again 2024-02-03 14:04:21 -06:00
zephyr acf1e14d7d try again 2024-02-03 14:02:54 -06:00
zephyr 240c4cbd13 try again 2024-02-03 13:55:44 -06:00
zephyr a04e9c3af3 try again to align things 2024-02-03 13:51:49 -06:00
zephyr a7563920fb show shells as a string 2024-02-03 13:48:24 -06:00
zephyr 27f872dda5 helps to refresh after making changes to the wobsite 2024-02-03 13:46:44 -06:00
zephyr 0b89773f57 why does the shell list never show 2024-02-03 13:44:22 -06:00
zephyr e2bdf3e23b fix cuffs 2024-02-03 13:42:56 -06:00
zephyr c6edf2a92c why does the shell list never show 2024-02-03 13:41:21 -06:00
zephyr aa95695a11 compute rather than watch shells list 2024-02-03 13:39:34 -06:00
zephyr 76195d21cb why do cuffs not work 2024-02-03 13:37:26 -06:00
zephyr 11eff6b755 remove game state logging 2024-02-03 13:20:19 -06:00
zephyr 29f9c66a6c add space above game leave button 2024-02-03 13:19:38 -06:00
zephyr 790005aeeb add button to leave the game 2024-02-03 13:15:31 -06:00
zephyr 90655f75d8 fix challenger win indicator sense 2024-02-03 13:07:50 -06:00
zephyr 46f7d04e2c fix many indicators 2024-02-03 13:02:19 -06:00