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.
- Host: GitHub
- URL: https://github.com/jagthefriend/card-game
- Owner: JagTheFriend
- License: agpl-3.0
- Created: 2022-11-05T11:10:45.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-11-15T20:22:33.000Z (over 2 years ago)
- Last Synced: 2025-01-14T13:54:20.725Z (4 months ago)
- Topics: ejs-express, exressjs, socket-io, typescript, typescript-express
- Language: TypeScript
- Homepage:
- Size: 5.05 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
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
```