Skip to content

A boardgame.io-based version of The Hat game written at the beginning of COVID-19 pandemic to play with friends

Notifications You must be signed in to change notification settings

languagelawyer/thehat

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The game's been written for private use, so no lobby/authentication etc.

Use node -r esm src/server.js to start the server, npm start to start the game (https://boardgame.io/documentation/#/multiplayer?id=remote-master).

Use ?id=X, where X is from 0 to <number of players> - 1, URL param to choose the player number (e.g. http://localhost/?id=0).

The number of players can be configured in src/index.js, the number of words and turn duration in src/game.js.

About

A boardgame.io-based version of The Hat game written at the beginning of COVID-19 pandemic to play with friends

Topics

Resources

Stars

Watchers

Forks