- Install Go
- download installer and run
- Verify install
which go && go version
- Install Ebitengine
- Run
go mod {name-of-project/module} - Make a
main.gofile
Run go run src/main.go
When importing a new module, make sure to source it using go mod tidy or go get {url}
- EBit Engine https://ebitengine.org/
- Tiled https://thorbjorn.itch.io/tiled?download