index
:
agario-bot
agarnetbug2
demonstrate_on_cell_eaten_issue
fancyclient
master
pathfinding
strategy-rework
tastyness
A bot playing agar.io
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
-rw-r--r--
test.py
2
1 files changed, 1 insertions, 1 deletions
diff --git a/test.py b/test.py
index 66a7130..b2c5168 100644
--- a/
test.py
+++ b/
test.py
@@ -91,7 +91,7 @@ i=0
while True:
i=i+1
print(i)
- if (i==100):
+ if (i==10):
c.send_respawn()
screen.fill((0,0,0))