1
0
mirror of https://github.com/LDDestroier/CC/ synced 2025-10-29 14:37:41 +00:00

Update tron

This commit is contained in:
LDDestroier
2018-11-14 19:33:17 -05:00
committed by GitHub
parent fa16c73f4e
commit 93430ea139

1
tron
View File

@@ -817,6 +817,7 @@ while true do
grid = deepCopy(initGrid)
resetPlayers()
you, nou = 1, 2
scrollX, scrollY = player[you].x - math.floor(scr_x / 2), player[you].x - math.floor(scr_y / 2)
gamename = ""
for i = 1, 32 do
gamename = gamename .. string.char(math.random(1,126))