An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# TLMVPSC
## The little tool to play some little games

This 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 sounds

And 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)