An open API service indexing awesome lists of open source software.

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.

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)