A flashcard app for drilling on spellings of words based on audio recordings
file_exists = function(filename)
	return love.filesystem.getInfo(filename, 'file')
end