# 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 ```