You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just type gorched in terminal or run unpacked binary named gorched respectively gorched.exe.
How to play
Gorched currently has only one mode where two players are playing locally against each other. The goal is to find out correct angle and power to hit the enemy tank. Gameplay is turn based and each player has one attempt per turn. When some player hits the enemy he gains score and game continues in next round with different terrain.
Controls
←→ change angle of cannon
SPACE start loading (1st hit) and shoot (2nd hit)
Ctrl+C exit game
Ctrl+R restart current round
Ctrl+N start next round
S show score
A show player's attributes
H show help
When running from browser use just R / N instead of Ctrl+R / Ctrl+N
How to run from source code
Alternatively you can run Gorched from source code.
git clone https://github.com/zladovan/gorched.git
cd gorched
go run cmd/main.go
When there are question marks instead some parts of the tank sprite it's probably because your terminal does not support unicode characters. Start game with --ascii-only flag and different sprite based only on ACSII characters will be used.
When you see weird colors
The exact colors used in the game depends on your terminal support and settings. So they can be a lot different as the colors in the showcase. When they are too weird or you see some big white areas start game with --low-color flag to use only basic 8 colors. Graphics would look simpler but it should be better.