Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rive-app/find-the-dog
A small game using the Rive Flutter runtime
https://github.com/rive-app/find-the-dog
Last synced: about 1 month ago
JSON representation
A small game using the Rive Flutter runtime
- Host: GitHub
- URL: https://github.com/rive-app/find-the-dog
- Owner: rive-app
- Created: 2022-07-08T16:25:07.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-07-14T03:39:50.000Z (over 2 years ago)
- Last Synced: 2024-08-01T21:51:00.833Z (4 months ago)
- Language: C++
- Size: 340 KB
- Stars: 12
- Watchers: 7
- Forks: 4
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-rive - Find the Dog - Simple guessing game displaying a grid of Rive state machines. (Games / Flutter)
README
# Find the Dog
A small Flutter game used for a Rive workshop, showcasing how to integrate Rive runtime into Flutter apps. This project will have a completed example, as well as a complimentary bare-bones example for folks to implement along in a Rive workshop, or on their own.
See `bare-example/` for the skeleton project code to implement in.
See `complete-example/` for the full source code.More on getting started with Flutter: https://docs.flutter.dev/get-started/install
To run in the browser, navigate to the flutter project in either folder and run the following command in the terminal/shell:
```
flutter run -d chrome
```The Rive file has been included in each of the projects for this game, so you don't have to pull it in.
Check out the workshop for building this project if you'd like to follow along in building this: https://www.youtube.com/watch?v=IrJR1muzHnE