mirror of
https://github.com/flame-engine/flame.git
synced 2025-10-29 07:56:53 +08:00
go_desktop
This is an example game for testing Flame games on the desktop using the go-flutter-desktop 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;
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