Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 12 days 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 (over 3 years ago)
- Default Branch: master
- Last Pushed: 2023-08-04T11:03:07.000Z (over 1 year ago)
- Last Synced: 2024-10-15T02:42:51.137Z (25 days ago)
- Topics: game, zig
- Language: C
- Homepage:
- Size: 2.15 MB
- Stars: 53
- Watchers: 3
- 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.
![Screenshot](/screenshot.png?raw=true "Screenshot")
## 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.