https://github.com/jl978/bitconnekt
An online multiplayer version of the board game "No Thanks!"
https://github.com/jl978/bitconnekt
create-react-app socket-io
Last synced: about 2 months ago
JSON representation
An online multiplayer version of the board game "No Thanks!"
- Host: GitHub
- URL: https://github.com/jl978/bitconnekt
- Owner: JL978
- Created: 2020-11-06T19:18:37.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2020-11-13T21:43:07.000Z (over 5 years ago)
- Last Synced: 2025-02-01T17:44:08.208Z (over 1 year ago)
- Topics: create-react-app, socket-io
- Language: JavaScript
- Homepage:
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bitconnekt!
An online multi-player version of the board game [No Thanks!](https://boardgamegeek.com/boardgame/12942/no-thanks).
## Description
This repo is the Node.js backend server to the game used to control the game mechanics. The backend utilizes socket-io for real-time communication with the react [front-end](https://github.com/JL978/bitconnekt-client) cliect.