kopia lustrzana https://github.com/villares/sketch-a-day
Update sketch_2020_08_01a.pyde
rodzic
f11552a72a
commit
32c3c72214
|
|
@ -84,7 +84,7 @@ def keyPressed():
|
|||
names = "abcdefghijkl"
|
||||
for v in names:
|
||||
graph.add_vertex(v)
|
||||
if random(100) < 80:
|
||||
if random(100) < 90:
|
||||
graph.add_edge((v, choice(names)))
|
||||
|
||||
setup_grid(graph)
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue