Files
flame/doc/examples/go_desktop/README.md
2019-05-21 12:20:05 -03:00

20 lines
631 B
Markdown

# go_desktop
This is an example game for testing Flame games on the desktop using the [go-flutter-desktop](https://github.com/go-flutter-desktop/go-flutter) library.
This game features a very simple box on the screen where you can move it using WASD keys.
To run this you need to have go and hover installed, you can find a good guide on how to install both [here](https://github.com/go-flutter-desktop/hover#install);
After the installation, you will need to initialize the desktop runtime on the project, you con do it by simply running:
```
hover init projectUrl
```
Then just run by issue the command:
```
hover run
```