thebone

thebone

I enjoy video games, programming, computer graphics, art, music, creating things myself, etc.; so making games is something I enjoy very much.


while creation.in_progress do
    if creation.good then
        me.move_on
    else
        if problem.visible then
            if problem.small then
                me.fix_problem
            else
                me.work_harder
            end
        else
            me.pull_hair_out
        end
    end
end