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

https://github.com/jagthefriend/card-game

An online multiplayer card game (poker) where multiple users can join private tables and play with other players.
https://github.com/jagthefriend/card-game

ejs-express exressjs socket-io typescript typescript-express

Last synced: 3 months ago
JSON representation

An online multiplayer card game (poker) where multiple users can join private tables and play with other players.

Awesome Lists containing this project

README

        

# Card Game

This a simple online multiplayer card game where multiple users can join _private_ tables and play with other players.\
The UI is a little bit broken on desktop but it will look decent on mobile.

### Run the project
Install dependencies:
```bash
npm install
```

Run the project:
```bash
npm run dev
```