An open API service indexing awesome lists of open source software.

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.

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.