Skip to main content

On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines

Neat looking game! Great use of lighting! I’ve added it to the list.

Are there specific build instructions? I can’t seem to get it running from source.

Error

Could not read Ogg bitstream


Traceback

[C]: at 0x7f06ba3ab440
[C]: in function 'newSource'
./globals.fnl:1: in main chunk
[C]: in function 'require'
./intro.fnl:1: in main chunk
[C]: in function 'require'
./wrap.fnl:8: in main chunk
[C]: in function 'require'
main.lua:7: in main chunk
[C]: in function 'require'
[C]: in function 'xpcall'
[C]: in function 'xpcall'
(1 edit)

Thanks!

That's weird error. Try installing latest love2d (use this ppa if you're on ubuntu). Also, assets are stored using Git LFS, make sure you've got them, e.g. execute command 

git lfs fetch --all
(+1)

Got it working! I’ve never worked with git-lfs before :)

sudo apt-get install git-lfs
git fetch --all
git pull
git lfs fetch --all
git lfs pull

Backpackless 2019 GMTK Fennel LOVE2D submission

Yay I'm glad it worked :)