https://github.com/fabioarnold/zig-gorillas
A clone of the classic QBasic Gorillas written in the Zig programming language
https://github.com/fabioarnold/zig-gorillas
game zig
Last synced: about 2 months ago
JSON representation
A clone of the classic QBasic Gorillas written in the Zig programming language
- Host: GitHub
- URL: https://github.com/fabioarnold/zig-gorillas
- Owner: fabioarnold
- License: mit
- Created: 2021-03-02T22:53:02.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T11:03:07.000Z (almost 2 years ago)
- Last Synced: 2025-03-15T07:43:45.188Z (about 2 months ago)
- Topics: game, zig
- Language: C
- Homepage:
- Size: 2.15 MB
- Stars: 54
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- awesome-zig - zig-gorillas🗒️A clone of the classic QBasic Gorillas written in the Zig programming language
README
# ⚡ Zig Gorillas 🦍
A clone of the classic [QBasic Gorillas](https://www.youtube.com/watch?v=UDc3ZEKl-Wc) written in the [Zig programming language](https://ziglang.org).Take turns in throwing an exploding banana at each other. Specify angle and velocity of your throw while taking the blowing wind into consideration.

## Download
* [Windows (64 Bit)](https://github.com/fabioarnold/zig-gorillas/releases/download/1.0/zig-gorillas-win64.zip)
## Building from source
### Requirements
* A current master build of the [Zig compiler](https://ziglang.org/download/)
* Only on Windows: [vcpkg package manager](https://github.com/microsoft/vcpkg) to install ...
* The [SDL2 library](https://libsdl.org)### Build and run
```
$ zig build run
```## Credits
* [nanovg library](https://github.com/memononen/nanovg) by Mikko Mononen
* [Press Start 2P font](http://www.zone38.net/font/#pressstart) by codeman38## License
Zig Gorillas is licensed under the MIT License, see [LICENSE.txt](https://github.com/fabioarnold/zig-gorillas/blob/master/LICENSE.txt) for more information.