The websocket server used for the Secret Hitler Online game.
Find a file
Oliver-Akins d2b6bfb54f Switch over to the Game object instead of DB
This is to prevent the shit tonne of race conditions that writing to disk would've cause.
2020-10-01 21:12:55 -06:00
data Update player object and example JSON 2020-09-29 16:33:01 -06:00
src Switch over to the Game object instead of DB 2020-10-01 21:12:55 -06:00
.gitignore Add database folder to gitignore (allow example file) 2020-09-28 23:10:52 -06:00
package.json Update package.json and lock file 2020-09-28 23:08:38 -06:00
planning.txt Add documentation relating to the event information 2020-09-20 22:00:46 -06:00
pnpm-lock.yaml Update package.json and lock file 2020-09-28 23:08:38 -06:00
tsconfig.json Target ES2020 for compilation 2020-09-29 16:29:24 -06:00