This is an experimental game developed using the Go programming language and the Ebiten game library, following the steps outlined in this article. The purpose of this project is to learn the Ebiten library and to develop more unique games as a hobby.
To run this game, you need to have Go installed on your system. You can install Go by following the instructions on the official Go website.
Once you have Go installed, you can clone this repository using Git:
git clone https://github.com/metinagaoglu/2d-gameInstall dependencies
go mod downloadUsage
Navigate to the client directory and run the following command:
go run main.goThis will compile and run the game. Follow the on-screen instructions to play the game.
- Go
- Ebitengine
This project is licensed under the MIT License - see the LICENSE file for details.
Acknowledgements Special thanks to Three Dots for the informative article on making games in Go and to the creators of the Ebiten library for providing a powerful tool for game development in Go.
