mirror of
https://github.com/flame-engine/flame.git
synced 2025-11-12 02:19:49 +08:00
20 lines
631 B
Markdown
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
|
|
```
|