JamesOsborn-SE / eat-poop-you-cat-android

party game of telephone with drawings and words
GNU General Public License v3.0
30 stars 1 forks source link

Eat Poop You Cat for Android

Status

[current release]() fdroid release Codacy Badge Android Build Android Package open issues [licence]() Translation status Will work for food

eat poop you cat banner

Premise

Eat Poop You Cat is a bit like telephone meets that one game where you try to get folks to guess the drawing.

You start with a sentence pass it to the next person and it they draw a picture. Then they pass it to the next person and they can only see the last entry (picture in this case) and they write a sentence. It goes on until everyone has had a turn or boredom takes hold.

Screenshots

Welcome First turn Second turn Third turn

Info Needed from user

Rules

Permissions

Translation Status

Translation status

Contributors

AKA the Kool Kids šŸ˜Ž

EatPoopYouCat Contributors

Tech used

Dev Stuff

Run locally

Data

classDiagram
    Player --> Entry
    Game <-- "1..*" Entry

    class Game {
        +UUID Id
        +Entry[] Entries
    }

    class Player{
        +String UserName
        +UUID Id
    }

    class Entry{
        +int Sequence
        +String? Sentence
        +ByteArray? Drawing [gzip Json object]
        +Player Player
    }

Star History Chart

Get it on!

<img src="https://fdroid.gitlab.io/artwork/badge/get-it-on.png" alt="Get it on F-Droid" height="80">

<img src='https://play.google.com/intl/en_us/badges/static/images/badges/en_badge_web_generic.png' alt='Get it on Google Play' height="80" />