The websocket server used for the Secret Hitler Online game.
Find a file
Oliver-Akins 7a3e50d522 Store user's id and send it to them.
Right now this is isn't used for anything, it will be eventually be used to allow the same person to reconnect to the same game after a disconnect.
2020-10-21 20:55:01 -06:00
data Update player object and example JSON 2020-09-29 16:33:01 -06:00
docs Add information regarding the StartGame response 2020-10-09 16:29:48 -06:00
src Store user's id and send it to them. 2020-10-21 20:55:01 -06:00
.gitignore Add database folder to gitignore (allow example file) 2020-09-28 23:10:52 -06:00
package.json Add UUID package 2020-10-10 18:53:07 -06:00
planning.txt Add documentation relating to the event information 2020-09-20 22:00:46 -06:00
pnpm-lock.yaml Add UUID package 2020-10-10 18:53:07 -06:00
tsconfig.json Generate source map for tslog 2020-10-01 21:38:32 -06:00