https://github.com/allyourcodebase/vvvvvv
The game VVVVVV ported to the Zig build system.
https://github.com/allyourcodebase/vvvvvv
Last synced: 10 months ago
JSON representation
The game VVVVVV ported to the Zig build system.
- Host: GitHub
- URL: https://github.com/allyourcodebase/vvvvvv
- Owner: allyourcodebase
- License: mit
- Created: 2024-06-29T17:40:16.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-02-07T22:18:25.000Z (about 1 year ago)
- Last Synced: 2025-04-06T22:38:36.298Z (11 months ago)
- Language: Zig
- Size: 9.77 KB
- Stars: 26
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# VVVVVV
VVVVVV packaged for the Zig build system.
To build and run the game (requires Zig 0.13.0):
```
git clone https://github.com/allyourcodebase/VVVVVV
cd VVVVVV
zig build run --release=fast
```
See the [upstream license](https://github.com/TerryCavanagh/VVVVVV/blob/master/LICENSE.md) for more info.