0
0
Fork 0
Commit graph

95 commits

Author SHA1 Message Date
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
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
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
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
65776efd06 Fix error that prevents rendering of the entire board 2021-01-07 16:11:48 -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
0968181e06 Add serif'd font to the text inputs 2021-01-05 15:15:46 -07:00
Oliver-Akins
d428d1160b Tranform text to all uppercase in the writing boxes. 2021-01-05 14:12:30 -07:00
Oliver-Akins
cb88f7e741 Remove VueX-persist 2021-01-05 13:44:52 -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
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
3abec8ccda Implement UpdateAnswer functionality on the client 2021-01-03 00:06:29 -07:00
Oliver-Akins
8162396c5d Implement object selection on the client side. 2021-01-02 18:53:14 -07:00
Oliver-Akins
db2fbc5c1e Add tslog 2021-01-02 13:33:10 -07:00
Oliver-Akins
d241f341be Correct the switch case and add information to the warning. 2021-01-01 20:18:12 -07:00
Oliver-Akins
bc11738d9b Condense new and remove into the same switch case. 2021-01-01 20:09:34 -07:00
Oliver-Akins
4bcdd446e9 Fix typo 2021-01-01 20:07:34 -07:00
Oliver-Akins
dd365dde86 Adjust prop names and add event distribution 2021-01-01 16:09:21 -07:00
Oliver-Akins
66518cebaa Add the listeners for websocket events. 2021-01-01 16:08:58 -07:00
Oliver-Akins
a1e66da5dc Add vue-clipboard2 2021-01-01 16:08:26 -07:00
Oliver-Akins
28065831c4 Add object reminder for spirits 2020-12-20 20:05:43 -07:00
Oliver-Akins
db027cde77 Make discard hand component have proper UI. 2020-12-20 17:36:01 -07:00
Oliver-Akins
2c1b41565a Remove unused CSS 2020-12-20 17:33:35 -07:00
Oliver-Akins
6671b873b4 Listen for changes in the show property so we can reset the content data value. 2020-12-20 17:33:22 -07:00
Oliver-Akins
6b6af7b50b Instead of unset class, use unclickable if the modal isn't closable 2020-12-20 17:32:57 -07:00
Oliver-Akins
0c1d5892e7 Make the attribution bar not make the bottom corner buttons not clickable 2020-12-20 16:23:13 -07:00
Oliver-Akins
10e9dea3ef Add socket.io and TOML to the attributions modal 2020-12-20 15:37:15 -07:00
Oliver-Akins
ce7e35cd53 remove unneeded event 2020-12-19 18:01:12 -07:00
Oliver-Akins
7e9884a273 Update event name 2020-12-19 18:00:57 -07:00
Oliver-Akins
fcc6712e23 Move the questions storage from the hand data object to the VueX store 2020-12-19 18:00:44 -07:00
Oliver-Akins
6309419635 Add VueX-persist to the web interface 2020-12-19 17:59:35 -07:00
Oliver-Akins
e4be57e957 Add a variant of the GameBoard so the spirits can choose the object 2020-12-19 16:57:00 -07:00
Oliver-Akins
02cecebbae Use the button labels from the store rather than hard-coded values. 2020-12-19 16:56:34 -07:00
Oliver-Akins
bf63077f67 Change card width. 2020-12-19 16:56:11 -07:00
Oliver-Akins
c08e61117e Begin on the discard hand button 2020-12-18 18:41:15 -07:00
Oliver-Akins
0ddbaf064b Change width to min-width for the cards and allow x-scroll on the hand component. 2020-12-18 18:40:04 -07:00
Oliver-Akins
8b28489cae Fix the index so that the questions appear above the eyes. 2020-12-18 18:13:23 -07:00
Oliver-Akins
1941a8ba41 Adjust styling to work with the grid to keep everything on screen. 2020-12-18 18:12:58 -07:00
Oliver-Akins
617ba7307c Allow guessers to type in their own team's text inputs.
This makes it so that I don't need to add a guess button in the UI.
2020-12-18 18:12:18 -07:00
Oliver-Akins
f8e5ea915f Create team reminder component 2020-12-16 17:50:30 -07:00