timll / busfahrer.ts

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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


Languages

Language:TypeScript 91.8%Language:SCSS 5.0%Language:HTML 2.6%Language:CSS 0.6%