https://github.com/tnantoka/kaen
Examples built with Flame game engine.
https://github.com/tnantoka/kaen
flame flame-engine flutter game
Last synced: 2 months ago
JSON representation
Examples built with Flame game engine.
- Host: GitHub
- URL: https://github.com/tnantoka/kaen
- Owner: tnantoka
- Created: 2023-04-02T00:34:02.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-26T12:18:31.000Z (about 3 years ago)
- Last Synced: 2025-10-14T17:00:44.811Z (9 months ago)
- Topics: flame, flame-engine, flutter, game
- Language: Dart
- Homepage: https://kaen.tnantoka.com/
- Size: 14.4 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Kaen
Examples built with [Flame](https://flame-engine.org/) game engine.
## Development
```
$ flutter analyze
$ flutter run -d chrome
```
## Deploy
```
$ flutter pub run peanut --no-release
```
`--no-release` is a quick-fix to avoid the `MissingPluginException` error when using FlameAudio (audioplayers_web).
## Acknowledgements
- https://fonts.google.com/specimen/DotGothic16
- https://opengameart.org/content/fireflame
- https://ansimuz.itch.io/spaceship-shooter-environment
## License
MIT
## Author
[@tnantoka](https://twitter.com/tnantoka)