Prior99 / frabble

A multiplayer crossword game written in Typescript.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A multiplayer crossword game written in Typescript.


Languages

Language:TypeScript 87.7%Language:CSS 10.5%Language:JavaScript 1.2%Language:HTML 0.6%