Skip to content

t1mlange/busfahrer.ts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Busfahrer

Implementation of the card & drinking game "Busfahrer" as a multiplayer browser game.

Backend

Written in typescript using socket.io and express.

Installation

npm i
npm build

Set env var PORT to your desired port and put the app behind a reverse proxy. Default port is 3013.

Known pitfalls

  • Room ID is not checked against all rooms, there is a extremly small chance that a room id is assigned twice.

Frontend

Written in typescript using react.

Installation

npm i
npm build

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published