added switch for developer mode and fixed crash with removing missiles
This commit is contained in:
parent
b5efac002e
commit
5a4e6aaaed
6 changed files with 65 additions and 21 deletions
9
test/100players..py
Executable file
9
test/100players..py
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/usr/bin/env python3
|
||||
import os
|
||||
import random
|
||||
|
||||
for i in range(100):
|
||||
a = random.randint(0, 360)
|
||||
print("spawn #%d +shoot %d" % (i, a))
|
||||
os.system("echo %d | ncat 192.168.0.191 3490" % a)
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue