0
0
Fork 0
Commit graph

200 commits

Author SHA1 Message Date
Oliver-Akins
daa18d6a9a Fix: Character cases causing interface not recognize the game end. (closes #47) 2021-01-10 14:13:58 -07:00
Oliver-Akins
9d7bd8c893 Move ChosenObject listener from the ChooseObject component to the InGame component so that the guessers also have a listener for the event data. 2021-01-09 01:25:31 -07:00
Oliver-Akins
5057294c0e Add response listener for GameReset 2021-01-09 01:23:04 -07:00
Oliver-Akins
c16257cdbe Add configuration section to README 2021-01-09 01:20:15 -07:00
Oliver-Akins
3cb599511e Change README to have proper install instructions. 2021-01-09 00:51:55 -07:00
Oliver-Akins
5ebe6ea5c7 Remove vertical margin so flex can deal with it better 2021-01-09 00:18:17 -07:00
Oliver-Akins
ed2c96762a Point the Resonym site link to the Resonym site rather than a path on this site. 2021-01-08 23:17:52 -07:00
Oliver-Akins
980249939d Only show survey button if the link exists 2021-01-08 23:17:21 -07:00
Oliver-Akins
098a71dcd6 Fix spelling mistake 2021-01-08 23:13:10 -07:00
Oliver-Akins
fdd0b19a4c Fix error on trying to see if the game has been won when there's not even an object chosen yet. 2021-01-08 23:12:28 -07:00
Oliver-Akins
66ff888221 Add survey button to attributions popup and hand at end of the game. Closes #38 2021-01-08 23:11:58 -07:00
Oliver-Akins
0e8f8811f6 Add survey link to the VueX state 2021-01-08 22:18:50 -07:00
Oliver-Akins
21bca5f468 Add ResetGame button when someone has the right answer. 2021-01-07 18:17:37 -07:00
Oliver-Akins
c1226a81c5 Add styling for when an answer is correct. 2021-01-07 18:16:54 -07:00
Oliver-Akins
c0a2c22691 Add missing punctuation 2021-01-07 16:29:08 -07:00
Oliver-Akins
93c0ee591d Fix setAnswers mutation. 2021-01-07 16:12:48 -07:00
Oliver-Akins
65776efd06 Fix error that prevents rendering of the entire board 2021-01-07 16:11:48 -07:00
Oliver-Akins
80209790a8 Sync state upon game rejoin 2021-01-07 15:33:53 -07:00
Oliver-Akins
8fcc85dfeb Add answers object to reset commit. 2021-01-07 13:41:08 -07:00
Oliver-Akins
cecfddfdee Change "game_code" commit to "gameCode" for consistency 2021-01-07 13:33:55 -07:00
Oliver-Akins
07ad42280d Add answers and mutations for answers 2021-01-07 13:22:53 -07:00
Oliver-Akins
81d810e951 Update to use answers from VueX and not the data object. 2021-01-07 13:07:52 -07:00
Oliver-Akins
0a24c009ad Use the provided message and not a hardcoded value 2021-01-05 16:59:52 -07:00
Oliver-Akins
0968181e06 Add serif'd font to the text inputs 2021-01-05 15:15:46 -07:00
Oliver-Akins
bf62907c7b Finish writing the uri string 2021-01-05 14:51:18 -07:00
Oliver-Akins
d428d1160b Tranform text to all uppercase in the writing boxes. 2021-01-05 14:12:30 -07:00
Oliver-Akins
2c6d22e922 Use a different websocket URI for dev versus prod 2021-01-05 13:45:22 -07:00
Oliver-Akins
cb88f7e741 Remove VueX-persist 2021-01-05 13:44:52 -07:00
Oliver-Akins
643b6e8479 Add eye counts 2021-01-05 13:44:27 -07:00
Oliver-Akins
6db083e699 Make the discard hand button actually emit to the server. 2021-01-05 10:33:46 -07:00
Oliver-Akins
0abb127f8e Migrate button styles to the general document 2021-01-03 16:04:14 -07:00
Oliver-Akins
62ba5364a1 Add state commits for hand modifications. 2021-01-03 16:00:00 -07:00
Oliver-Akins
d639ed4a48 Update hand to display the most recent question when the hand area until they receive a new card from the mediums. 2021-01-03 15:59:12 -07:00
Oliver-Akins
1eac963bc5 Get questions from server. 2021-01-03 15:55:35 -07:00
Oliver-Akins
29514da442 Bubble error event 2021-01-03 15:55:21 -07:00
Oliver-Akins
6bb5fc322f Add CSV parser 2021-01-03 15:55:03 -07:00
Oliver-Akins
01ea91e856 Add an event listener for GameRejoined. 2021-01-03 00:06:45 -07:00
Oliver-Akins
3abec8ccda Implement UpdateAnswer functionality on the client 2021-01-03 00:06:29 -07:00
Oliver-Akins
911508b287 Add error bubbling to the in-game components. 2021-01-02 18:54:06 -07:00
Oliver-Akins
8162396c5d Implement object selection on the client side. 2021-01-02 18:53:14 -07:00
Oliver-Akins
34e1a19a64 Fix bug that allowed people to start games when cancelling the name entry. 2021-01-02 18:37:05 -07:00
Oliver-Akins
14cda8a50f Add setObject state mutation. 2021-01-02 18:36:41 -07:00
Oliver-Akins
5adefc7df3 Implement StartGame caller and listener. 2021-01-02 13:34:04 -07:00
Oliver-Akins
2a18c59f1a Fix the isGuesser/isWriter properties 2021-01-02 13:33:39 -07:00
Oliver-Akins
db2fbc5c1e Add tslog 2021-01-02 13:33:10 -07:00
Oliver-Akins
8bede05e07 Add support leaving/deleting game 2021-01-02 00:34:47 -07:00
Oliver-Akins
5cadcfa90a Change alert bar to have more than only error type 2021-01-01 23:38:29 -07:00
Oliver-Akins
f79b7abb3e Make navigator undefined match more explicit. 2021-01-01 23:36:07 -07:00
Oliver-Akins
e04a0bca08 Add semi-colons. 2021-01-01 23:25:16 -07:00
Oliver-Akins
c4ffdbb5bc Add a resetState mutation 2021-01-01 23:25:07 -07:00