Browse Source

Enhance readme

Jeremie Pardou-Piquemal 3 years ago
parent
commit
4885c87d09
2 changed files with 31 additions and 19 deletions
  1. 31 19
      README.md
  2. BIN
      public/other.gif

+ 31 - 19
README.md

@@ -4,33 +4,30 @@ Play any board game online in real time with your friends thanks to this [tablet
 
 If you just want to play, go [here](https://airboardgame.netlify.app).
 
-No need to create an account, just join a room, share the link with your pals, choose a game and play.
+No need to create an account, each time you visit Airboardgame website,
+a new room is automatically created and, as first player,
+you can share this room link from the browser address bar with your pals.
+Since your friend open the link, you share the same board and you can play together.
+
 Simple, fast and efficient.
 
-## What is it?
+## What is it
 
 ![In action](./public/screen.png)
 
 Airboardgame is a tabletop simulator to play your favorite board games with your
 friends online. It's not a game engine, it's just a tabletop simulator of what you can
-do with a real table. Just share a common space with other players.
+do with a real table. You share a common space with other players like if you were is the same room.
+If you move something or if you flip a card, other players see
+this action and can respond in real time.
+
+Hint: you really should use an audio conference application to speak with other players.
 
 Airboardgame doesn't force you, you make the rules.
 Airboardgame is just a game table simulator : what you would do with a real
-table you can/must do with Airboargame.
-
-Airboardgame is not only designed to play games but also to create them.
-In just a few minutes you can create simple games without having any
-development skills to play with your friends.
-Want to test a concept? Play a Print & Play game? Use airboardgame without the need for more hardware.
-The only limit is your imagination.
-
-We want Airboardgame to be simple, intuitive and consistent web application.
-Just give a try and if you like it share it and contribute.
-
-## Features
+table you can/must do it with Airboargame.
 
-### For players
+## Features for players
 
 Flip card items.
 
@@ -44,7 +41,8 @@ Flip cards only for you, like hand cards.
 
 ![Load and save](./public/flipyou.gif)
 
-See others cursors and how they move in real time.
+See other players cursor on the shared board and how they move in real time.
+You can show things, see what they are doing, …
 
 ![Load and save](./public/other.gif)
 
@@ -54,7 +52,21 @@ Save and restore game.
 
 and more…
 
-### For game designers
+## Game designer, it's also for you
+
+Airboardgame is not only designed to play games but also to create them.
+In just a few minutes you can create simple games without having any
+development skills to play with your friends.
+Want to test a concept? Play a Print & Play game? Use airboardgame without the need for more hardware.
+The only limit is your imagination.
+
+To access this features, just be the first player and click the "Edit button" to
+enable edition features.
+
+We want Airboardgame to be simple, intuitive and consistent web application.
+Just give a try and if you like it share it and contribute.
+
+You can create a game with simple actions :
 
 - Create items like
   - Round,
@@ -65,7 +77,7 @@ and more…
   - Image that can represent cards, board, token, perks, …
   - …
 - Choose board size
-- Add available items not on the board but in the "game box" like extension or
+- Add available items not on the board but in the "game box" like extension or material for more user.
 
 ## Technical details
 

BIN
public/other.gif