https://github.com/leflon/tlmvpsc
The little tool to play some little games
https://github.com/leflon/tlmvpsc
express react socket-io typescript
Last synced: 3 months ago
JSON representation
The little tool to play some little games
- Host: GitHub
- URL: https://github.com/leflon/tlmvpsc
- Owner: leflon
- License: mit
- Created: 2021-08-22T16:53:36.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-10-30T12:50:16.000Z (over 3 years ago)
- Last Synced: 2025-03-07T23:27:55.763Z (3 months ago)
- Topics: express, react, socket-io, typescript
- Language: TypeScript
- Homepage:
- Size: 1.67 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.MD
- License: LICENSE
Awesome Lists containing this project
README
# TLMVPSC
## The little tool to play some little gamesThis app is a support to enhance question-answer games such as [Tout le monde veut prendre sa place](https://en.wikipedia.org/wiki/Tout_le_monde_veut_prendre_sa_place) (Hold on to your seat!) that I like to play with my friends online, usually only vocally.
It allows you, the **gamemaster**, to:
- Store questions and answers
- Keep track of scores
- Broadcast soundsAnd it allows your players to:
- Clearly see your question and the potential answers.
- Press the buzzer to lock their spot to answer the question
- Keep track of their scores!## Get started
To work on TLMVPSC, choose what you want between `api` (express/mongoose), `frontend` (React) and `server` (socket.io).
Go into one of these three directories and see their respective README.MD.## Status
This is still a work in progress, see [Projects](https://github.com/hickatheworld/TLMVPSC/projects) to have an idea of the progress.## Tech
TLMVPSC is built with:
- [TypeScript](https://typescriptlang.org/)
- [React](https://reactjs.org/) ([create-react-app](https://create-react-app.dev/))
- [Express](https://expressjs.com/)
- [Mongoose](https://mongoosejs.com/)
- [Socket.io](https://socket.io/)## Author
Hicka • @hickatheworld[Twitter](https://twitter.com/hickatheworld) - [GitHub](https://github.com/hickatheworld) - [Website](https://hicka.dev)