https://github.com/greenthepear/tacz
Turn based strategy zombie game made in Ebitengine
https://github.com/greenthepear/tacz
ebiten ebitengine game
Last synced: 7 months ago
JSON representation
Turn based strategy zombie game made in Ebitengine
- Host: GitHub
- URL: https://github.com/greenthepear/tacz
- Owner: greenthepear
- Created: 2023-11-17T13:28:07.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-01-18T14:27:38.000Z (over 1 year ago)
- Last Synced: 2025-03-27T04:11:45.847Z (7 months ago)
- Topics: ebiten, ebitengine, game
- Language: Go
- Homepage:
- Size: 117 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
**TacZ** is a turn based strategy zombie game made in Ebitenengie, inspired by Into the Breach.
# Building
If you have [Go](https://go.dev/doc/install) and git:
git clone https://github.com/greenthepear/TacZ
cd TacZ
go buildOn Linux you'll need a gcc compiler and some dependencies for Ebitengine. [See more information here](https://ebitengine.org/en/documents/install.html).
- Debian / Ubuntu: `sudo apt install libc6-dev libgl1-mesa-dev libxcursor-dev libxi-dev libxinerama-dev libxrandr-dev libxxf86vm-dev libasound2-dev pkg-config`
- Fedora: `sudo dnf install mesa-libGL-devel mesa-libGLES-devel libXrandr-devel libXcursor-devel libXinerama-devel libXi-devel libXxf86vm-devel alsa-lib-devel pkg-config`
- Solus: `sudo eopkg install libglvnd-devel libx11-devel libxrandr-devel libxinerama-devel libxcursor-devel libxi-devel libxxf86vm-devel alsa-lib-devel pkg-config`
- Arch: `sudo pacman -S mesa libxrandr libxcursor libxinerama libxi pkg-config`
- Alpine: `sudo apk add alsa-lib-dev libx11-dev libxrandr-dev libxcursor-dev libxinerama-dev libxi-dev mesa-dev`# Credits
Graphics nearly entirely consist of a [tileset made by Ittai Manero](https://ittaimanero.itch.io/zombie-apocalypse-tileset) who generously allows it to be used in any personal and commercial project. Thanks!