0
0
Fork 0
Commit graph

286 commits

Author SHA1 Message Date
Oliver-Akins
6cd07c864d Implement UpdatePlayer event 2020-12-26 14:42:17 -07:00
Oliver-Akins
089cae940d Implement JoinGame 2020-12-26 14:38:48 -07:00
Oliver-Akins
330c21ab53 Begin on the event code for DeleteGame 2020-12-26 14:38:21 -07:00
Oliver-Akins
b546123bc9 Adjust order of operations to set host property of Game. 2020-12-26 14:37:55 -07:00
Oliver-Akins
8812982747 Allow writer to be null. 2020-12-26 14:37:14 -07:00
Oliver-Akins
4ca10aadf2 Add a host attribute 2020-12-26 14:36:32 -07:00
Oliver-Akins
b06502d32a Update docs to match adjusted objects 2020-12-26 14:36:14 -07:00
Oliver-Akins
7b4c39b740 Update docs for the UpdatePlayer event 2020-12-26 13:56:49 -07:00
Oliver-Akins
3c043862e8 Export the conf from the main and add a games object 2020-12-24 21:59:11 -07:00
Oliver-Akins
561a3d28aa Add code to validate different data 2020-12-24 21:57:23 -07:00
Oliver-Akins
1b452d2f1b Add type aliases for the two decks. 2020-12-24 21:57:06 -07:00
Oliver-Akins
acd712e572 Remove IDs from the data objects. 2020-12-24 21:56:22 -07:00
Oliver-Akins
09c61f77bd Adjust config type 2020-12-24 21:53:11 -07:00
Oliver-Akins
0895755523 Create Game object 2020-12-24 21:52:00 -07:00
Oliver-Akins
3d2732077d Create Team object 2020-12-24 21:51:49 -07:00
Oliver-Akins
cb50f3a1aa Create Deck object 2020-12-24 21:51:11 -07:00
Oliver-Akins
e2ba845299 Create Player object 2020-12-24 21:50:48 -07:00
Oliver-Akins
eee45018c5 Implement CreateGame event 2020-12-24 21:50:34 -07:00
Oliver-Akins
d84567cc3a Add csv-parser to the deps 2020-12-24 21:50:22 -07:00
Oliver-Akins
5f9318f4e5 Change tsc build file 2020-12-24 21:47:17 -07:00
Oliver-Akins
4927d9ac5a Change wrapper types to primitive types. 2020-12-24 20:10:19 -07:00
Oliver-Akins
e7d65aa99b Update gitignore to built JS files 2020-12-23 12:41:30 -07:00
Oliver-Akins
31557e5ccf Add Vue-socket.io-extended to the site. 2020-12-23 12:41:09 -07:00
Oliver-Akins
4d598201c7 Add Error listener 2020-12-23 12:40:25 -07:00
Oliver-Akins
8dce2a4284 Trigger CreateGame event 2020-12-23 12:40:10 -07:00
Oliver-Akins
878ccd1ed8 Init file for the webserver 2020-12-23 12:39:51 -07:00
Oliver-Akins
bd924c1816 Add modules we need. 2020-12-23 12:39:39 -07:00
Oliver-Akins
e542f3305d Init executable files for the events 2020-12-23 12:39:03 -07:00
Oliver-Akins
8e95c14b6a Intial websocket server creation 2020-12-23 12:38:39 -07:00
Oliver-Akins
5b487b2530 Update docs for SendCard's response 2020-12-23 12:37:53 -07:00
Oliver-Akins
0971ffd150 Combine the JoinTeam event to the UpdatePlayer event 2020-12-23 12:37:31 -07:00
Oliver-Akins
b1c161dcb3 Add data types for data payloads for the events 2020-12-23 12:36:56 -07:00
Oliver-Akins
7b2a5eeda4 Add initial config type 2020-12-23 12:36:33 -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
cd675f6597 Add trash icon to the configuration file. 2020-12-20 16:22:31 -07:00
Oliver-Akins
fb652567ec Add trash icon 2020-12-20 16:22:09 -07:00
Oliver-Akins
e3b8a57196 Add template config file. 2020-12-20 15:47:04 -07:00
Oliver-Akins
82c89a7821 Update the gitignore to the server config file. 2020-12-20 15:45:31 -07:00
Oliver-Akins
a6d87a0cc3 Add socket.io to the package 2020-12-20 15:43:26 -07:00
Oliver-Akins
10e9dea3ef Add socket.io and TOML to the attributions modal 2020-12-20 15:37:15 -07:00
Oliver-Akins
3c7f5e5376 Change default view back to login. 2020-12-20 15:36:32 -07:00
Oliver-Akins
ea48b8f82d Add package.json, pnpm lock, and tsconfig 2020-12-20 15:30:35 -07:00
Oliver-Akins
2ca4eef0a6 Move event and type docs into their own files. 2020-12-19 18:01:36 -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