2-player tank game
Tanks race around screen attempting to lock on a good shot. Tanks fire automatically. Only the strongest will survive.
- Android:
make android
(adb-ready connected Android device required) - Web:
make web
(opens up a browser tab) - Linux:
make linux
(starts the bloodshed pretty quickly, if you have the Linux Requirements)
This is a port of Tanks that written using Pixel but is now written with Ebiten for portability.
make releases
- go-bindata
go get -u github.com/jteeuwen/go-bindata/...
- gomobile
go get golang.org/x/mobile/cmd/gomobile
gomobile init # it might take a few minutes
- gopherjs
go get -u github.com/gopherjs/gopherjs
ubunutu
sudo apt install libglu1-mesa-dev libgles2-mesa-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev libasound2-dev
fedora
sudo dnf install mesa-libGLU-devel mesa-libGLES-devel libXrandr-devel libXcursor-devel libXinerama-devel libXi-devel alsa-lib-devel
solus
sudo eopkg install libglu-devel libx11-devel libxrandr-devel libxinerama-devel libxcursor-devel libxi-devel