Skip to content
This repository has been archived by the owner on Mar 22, 2021. It is now read-only.

Commit

Permalink
docs(README): last explanation
Browse files Browse the repository at this point in the history
  • Loading branch information
bdronneau committed Jul 9, 2020
1 parent 02a0ab5 commit 288f096
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,9 @@ If I give more love on this project ?
- Add context logging
- Add prometheus metrics
- Limit the SPA scope to game part and make golang templates for lobby, home, room creation ...
- Introduce WebSockets
- Include unit tests and cypress
- Give some love in the UI

## Usage
- [front](./front/README.md)
Expand Down
12 changes: 12 additions & 0 deletions front/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# CAH - VueJS

## Features
- `/rooms` allow to create room
- UserID is stored in localstorage


## How to play

One player go to `/rooms` create a room and give ID to other users
Everybody join through `/`.
One player `start the party`, other players will see `enter in party` 10 seconds.
First player to get 10 selected cards end the game.

## Develop

You need to install node stuff with
Expand Down

0 comments on commit 288f096

Please sign in to comment.