Skip to content
/ tanks Public

2-Player local tank game for linux, web, and Android

Notifications You must be signed in to change notification settings

explodes/tanks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TANKS!

2-player tank game

Tanks race around screen attempting to lock on a good shot. Tanks fire automatically. Only the strongest will survive.

Screenshot Screenshot

Running

  • 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)

Info

This is a port of Tanks that written using Pixel but is now written with Ebiten for portability.

Building release versions:

make releases

General requirements:

  • go-bindata
    • go get -u github.com/jteeuwen/go-bindata/...

Android requirements:

  • gomobile
    • go get golang.org/x/mobile/cmd/gomobile
    • gomobile init # it might take a few minutes

Web requirements:

  • gopherjs
    • go get -u github.com/gopherjs/gopherjs

Linux requirements:

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

About

2-Player local tank game for linux, web, and Android

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published