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

https://github.com/japalekhin/boxgame

A sample project for following along a tutorial found on jap.alekhin.io.
https://github.com/japalekhin/boxgame

flame flutter flutter-app flutter-demo flutter-examples game game-dev game-development games

Last synced: 10 months ago
JSON representation

A sample project for following along a tutorial found on jap.alekhin.io.

Awesome Lists containing this project

README

          

# BoxGame

![](https://jap.alekhin.io/wp-content/uploads/2019/02/create-mobile-game-flutter-flame.jpg)

> The NOT hit of the decade. I play this all day, everyday!
> - Ms. Fake Reviewer

> This game is so exciting! It makes me feel awesome. I ALWAYS WIN!
> - Mr. Non Existent

BoxGame is the accompanying demo game for a tutorial that covers writing mobile games using Flame and Flutter. The tutorial is targetted towards developers of any level but has zero clue on where to start with game development.

The game is simple and focuses more on concepts like game loop, drawing on the screen, accepting player input, and how they all tie together.

Using Flutter as the base framework and the Flame plugin for it that is simple yet powerful enough to let you create all sorts of games.

## Support

Please support my work by becoming a patron on Patreon.

[![](https://jap.alekhin.io/wp-content/uploads/2019/03/become-patron-button.png)](https://www.patreon.com/bePatron?u=6507717)

## Getting Started

Just head on over to [the tutorial](https://jap.alekhin.io/create-mobile-game-flutter-flame-beginner-tutorial) and follow along!

## Resources

- [Write your first Flutter app](https://flutter.io/docs/get-started/)
- [Flame game development plugin](https://github.com/luanpotter/flame)
- [Flutter online documentation](https://flutter.io/docs)