Go to file
2019-07-12 23:10:10 -07:00
.vscode part 2, 2/8 2019-06-28 16:37:33 -07:00
entity part 2, 2/8 2019-06-28 16:37:33 -07:00
mapping edit steel lord 2019-07-12 13:46:26 -07:00
.gitignore Add README, gitignore; remove binaries 2019-07-12 23:10:10 -07:00
action.go add steel-lord 2019-06-27 20:29:15 -07:00
eventhandling.go add steel-lord 2019-06-27 20:29:15 -07:00
go.mod fixed pc in wall problem; switched to ebiten 2019-07-12 23:01:35 -07:00
go.sum fixed pc in wall problem; switched to ebiten 2019-07-12 23:01:35 -07:00
main.go fixed pc in wall problem; switched to ebiten 2019-07-12 23:01:35 -07:00
README.md Add README, gitignore; remove binaries 2019-07-12 23:10:10 -07:00
render.go finish part2 2019-07-02 23:55:29 -07:00

How to build

On linux:

go build -tags enableEbiten

On windows:

$env:CGO_ENABLED=0
go build -tags enableEbiten