Skip to content

qubodup/belly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Project = {}
Project.name = "belly"
Project.description = "a simple music thing"

Instructions = {
	"love .",
	"press and hold the 'h' key",
}

Dependancies = {
	{
		name = "LOVE 0.5",
		url = "http://love2d.org",
	},
}

Author = {
	name = "Iwan Gabovitch",
	email = "[email protected]",
}

Credits = {
	"sfxr* sound files made in sfxr",
	"code written in vim",
	"deployed via Git and GitHub",
	"inspired by tonematrix",
	"saving/loading by bartbes",
	}

License = {
	Code = {
		name = "zlib license",
		file = "doc/zlib.txt",
	},
	Sounds = {
		name = "Z Works License",
		file = "doc/zwork.txt",
	}
}

About

belly is a simple music thing

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published