Name: Anonymous 2011-11-24 13:26
I was wondering, me and my buds wanna start making a game and we wondering which language (LUA or Pygame) we should use for that. Any recommendations or information about these 2?
public static FactoringFactoryFactoryable createFactoringFactoryFactory(FactoringFactory factory)
function zset(table, index, value)
table[index + 1] = value
end
function zget(table, index)
return table[index + 1]
end
function zipairs(table)
return coroutine.wrap(function()
for i,v in ipairs(table) do
coroutine.yield(i-1, v)
end
end)
end