Implementation of the card & drinking game "Busfahrer" as a multiplayer browser game.
Written in typescript using socket.io and express.
npm i
npm build
Set env var PORT to your desired port and put the app behind a reverse proxy. Default port is 3013.
- Room ID is not checked against all rooms, there is a extremly small chance that a room id is assigned twice.
Written in typescript using react.
npm i
npm build