Ray casting 2d using go + ebiten Install dependencies $ go get -d ./... build the application $ go build .\cmd\game\ Run the executable $ ./game.exe Alternatively you can just run it without building (skip step 2 and 3) $ go run ./cmd/game