diff --git a/docs/ideas.html b/docs/ideas.html index 7067ab06..76ae2496 100644 --- a/docs/ideas.html +++ b/docs/ideas.html @@ -115,13 +115,13 @@

Ideas

  • Given at least 4 players divide into groups.

    Make up phone configuration in gamer. Tell users to arrange their phones.

    Put a number on each phone and a diagram

    -
    +----+
    -|    |    +----+
    -| 1  +----+    |
    -|    |    | 3  |
    -+----+ 2  |    |
    -     |    +----+
    -     +----+
    +
     +----+
    + |    |    +----+
    + | 1  +----+    |
    + |    |    | 3  |
    + +----+ 2  |    |
    +      |    +----+
    +      +----+
     

    Then, players push a character from on phone to the next or flick a ball. Teams that make the most laps win or points win

  • @@ -174,12 +174,12 @@

    Ideas

  • game where players have to find matching piece of puzzle.

    Example for groups of 3 players they might see

    -
    +---+  +---+  +---+   Picture of 3 phones side by side.
    -|   |  |   |  |   |   with some image that fits just those
    -| <-|  |-O-|  |-> |   3 phones.
    -|   |  |   |  |   |
    -|   |  |   |  |   |
    -+---+  +---+  +---+
    +
     +---+  +---+  +---+   Picture of 3 phones side by side.
    + |   |  |   |  |   |   with some image that fits just those
    + | <-|  |-O-|  |-> |   3 phones.
    + |   |  |   |  |   |
    + |   |  |   |  |   |
    + +---+  +---+  +---+
     

    You have to walk around the room and find your matching partners. Maybe make it easier by matching background colors. First find all the red players, then figure how to align the phones to see the image.

    diff --git a/docs/ideas.md b/docs/ideas.md index 416fd3c3..19b61547 100644 --- a/docs/ideas.md +++ b/docs/ideas.md @@ -65,13 +65,13 @@ ideas for you Put a number on each phone and a diagram - +----+ - | | +----+ - | 1 +----+ | - | | | 3 | - +----+ 2 | | - | +----+ - +----+ + +----+ + | | +----+ + | 1 +----+ | + | | | 3 | + +----+ 2 | | + | +----+ + +----+ Then, players push a character from on phone to the next or flick a ball. Teams that make the most laps win or points win @@ -139,12 +139,12 @@ ideas for you Example for groups of 3 players they might see - +---+ +---+ +---+ Picture of 3 phones side by side. - | | | | | | with some image that fits just those - | <-| |-O-| |-> | 3 phones. - | | | | | | - | | | | | | - +---+ +---+ +---+ + +---+ +---+ +---+ Picture of 3 phones side by side. + | | | | | | with some image that fits just those + | <-| |-O-| |-> | 3 phones. + | | | | | | + | | | | | | + +---+ +---+ +---+ You have to walk around the room and find your matching partners. Maybe make it easier by matching background colors. First find all the red players,