This is a simple desktop game built with Fyne GUI toolkit. The game is supposed to be a clone of the classic Pacman game. The main goal is to show the example of building a desktop game with Fyne.
To run the game you need to have Go installed on your machine. You can download it from here. After that you can clone the repository and run the game with the following command:
make run
The game is still in development. The following features are implemented:
- Pacman movement
- Ghosts movement
- Game board
- Basic collision detection
- Basic game logic
If you would like to contribute to the project, please fork the repository and submit a pull request.