Skip to content

metinagaoglu/2d-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

Go Ebiten Experimental 2D Game

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.

This is an alt text.

Installation

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-game

Install dependencies

go mod download

Usage

Navigate to the client directory and run the following command:

go run main.go

This will compile and run the game. Follow the on-screen instructions to play the game.

Tech stack

License

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.

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages