Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/flabbet/whoiswho-game
A flutter who is who game
https://github.com/flabbet/whoiswho-game
Last synced: 18 days ago
JSON representation
A flutter who is who game
- Host: GitHub
- URL: https://github.com/flabbet/whoiswho-game
- Owner: flabbet
- License: mit
- Created: 2020-01-05T18:02:26.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-01-23T16:49:32.000Z (almost 5 years ago)
- Last Synced: 2024-11-04T14:25:03.405Z (2 months ago)
- Language: Dart
- Size: 53.6 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Who is Who game
Who is who is a simple game that is used to learn names with simple flashcards system.
# Adding support for organization decks
## Logo
Open Android Studio or any text editor and navigate to assets folder, move your logo with name `logo.png` to this folder.## Logo Requirements
Logo must be in png format.
Size doesn't matter that much however shape should be square for best result. You can use sizes like 100x100, 300x300 etc. But exceeding 500x500 is not necessary, since you won't see that many details anyway.
Sample logo can be found in assets folder
## Data
Now open `org.json`Fill `domain` field using your organization domain.
Now if you store your deck in team shared Google Drive fill `file_id` field with id of deck file. Id can be found by: Right-click the file name and select Get shareable link. The last part of the link is the file ID
If you don't use Google Drive, then fill `deck_url` field with downloadable url to your deck.
Make sure to use either `file_id` or `deck_url`, not both. Delete one you are not using.
# Creating firebase auth
Go to https://console.developers.google.com/ and create a new app. Go to APIs and enable `Google Drive API`.
Go to https://firebase.google.com/ and create new app. Enter the same name as in Google Developer Console.Go to authentication and select login methods. Turn on Google.
Come back to project overview and on top add a Android device and follow the prompt. Important, make sure to add SHA1 key.# Creating your own deck
See [this detailed guide](https://github.com/flabbet/WhoIsWho-Game/wiki/Creating-your-own-deck)