Skip to main content

Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
TagsGame Engines
(1 edit) (+3)
local comment = {}
comment.chars = 3233
comment.time = {mins:25,secs:34.02}
comment.compliments = {
    "Very interesting puzzle concept!",
    "Well executed puzzle design.",
    "Yeah if i was programming and fell asleep, would probably happen to me"
}
comment.critique = "sometimes i had to undo the start of a puzzle, and then would be sent like a hundred characters back. mostly a 'my bad' thing."
comment.other = "what was the yellow sparkly '>' about? just introducing the yellow coder?"
-- in other words, 8/10
comment.rating = math.max(8,10)
return comment

Lua detected (flashback to spending 300 hours messing with love2d trying to make a good ui)