Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/mlh-fellowship/break-your-keyboard
A competitive multiplayer game on how fast you can click
https://github.com/mlh-fellowship/break-your-keyboard
firestore flutter flutter-web multiplayer-game
Last synced: 17 days ago
JSON representation
A competitive multiplayer game on how fast you can click
- Host: GitHub
- URL: https://github.com/mlh-fellowship/break-your-keyboard
- Owner: MLH-Fellowship
- Created: 2020-10-19T20:34:05.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-10-29T15:59:06.000Z (about 4 years ago)
- Last Synced: 2024-05-02T03:20:25.231Z (8 months ago)
- Topics: firestore, flutter, flutter-web, multiplayer-game
- Language: Dart
- Homepage: https://mlh-fellowship.github.io/break-your-keyboard
- Size: 1.2 MB
- Stars: 6
- Watchers: 5
- Forks: 0
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# break_your_keyboard
A multiplayer game to keep clicking on the keyboard
## Changing models
- In case of modifying models, run `flutter pub run build_runner build --delete-conflicting-outputs` to generate new serializable model## How to run
- Run `flutter packages get` to download pubspec dependencies.
- Run `flutter clean` for most of first run errors you may face.
- Run `flutter channel` and make sure you are on flutter's *beta channel*.
- If you were not on the beta channel flutter
- Run `flutter channel beta`
- Run `flutter upgrade`
- Run `flutter run` to try it live on running emulator or usb connected device.
- You can target a specific device to run by run `flutter devices` and getting the id and running `flutter run -d `.
- Run `flutter build apk` to generate APK file.
- Run `flutter build ios` to package iOS app.