/frabble

A multiplayer crossword game written in Typescript.

Primary LanguageTypeScript

Frabble

pipeline status coverage report

A multiplayer crossword written in Typescript. The game uses WebRTC Data channels for true serverless multiplayer in the browser (Peer-To-Peer).

play

Features

The following is implemented:

  • P2P Multiplayer with an unlimited amount of players
  • Scoring
  • Official set of rules
  • Checking for turn validity
  • Passing and exchanging letters

Planned:

  • Multiple languages
  • Timer
  • Game over

Non-goals:

  • Dictionary checker

Contributing

Contributions are welcome. Pull-Requests and Issues are happily accepted.

Building, Testing and Linting

Yarn is used instead of NPM, so make sure it is installed (npm i -g yarn).

yarn
yarn start

should suffice.

Contributors

  • Andra Rübsteck
  • Frederick Gnodtke