https://github.com/prior99/fred-land-fluss
WebRTC P2P clone of the well-known game.
https://github.com/prior99/fred-land-fluss
Last synced: 11 months ago
JSON representation
WebRTC P2P clone of the well-known game.
- Host: GitHub
- URL: https://github.com/prior99/fred-land-fluss
- Owner: Prior99
- Created: 2020-05-24T18:40:09.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T06:52:18.000Z (over 3 years ago)
- Last Synced: 2025-03-15T12:27:27.445Z (over 1 year ago)
- Language: TypeScript
- Size: 7.09 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 22
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Fred, Land, Fluss

[](https://github.com/Prior99/fred-land-fluss)
A multiplayer clone of the well-known game written in Typescript.
The game uses WebRTC Data channels for true serverless multiplayer in the browser (Peer-To-Peer).
[](https://prior99.gitlab.io/fred-land-fluss)
# Features
The following is implemented:
* P2P Multiplayer with an unlimited amount of players
* Scoring
* Custom categories
* Checking for turn validity
* Automatic scoring
* Manual adjustment of scoring
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