Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 942 Bytes

README.md

File metadata and controls

31 lines (18 loc) · 942 Bytes

Puzzle Vibes

A "jigsaw"-like puzzle game written in V.

Download and play pre-built versions of the game from itch.io

The source code of Puzzle Vibes is free software covered by the GPLv3 license.

Some in-game assets are licensed individually, please see assets/images/images.txt, assets/music/music.txt and assets/sfx/sfx.txt.

The Puzzle Vibes logo and icon is Copyright (c) 2022 Lars Pontoppidan.

Running the game

To build and run the game please install shy and then in the project root do:

Currently there's some bug with V's garbage collector that makes SDL crash, to avoid this use:

v -d sdl_memery_no_gc run .

If this is someday fixed everything should run fine with, just:

v run .