wprowadzenie komentarzy oraz drobne modyfikacje kodu
This commit is contained in:
parent
ca615c1b23
commit
162c9394a7
@ -172,3 +172,5 @@ class Generate:
|
||||
all[wysokosc-1][szerokosc-3] = 23
|
||||
all[wysokosc-2][szerokosc-4] = 1
|
||||
return all
|
||||
|
||||
x = Generate.generate(8, 9, 1, 1, 1, 1)
|
@ -6,5 +6,6 @@ class UnboxOnTheFloor:
|
||||
self.ns = ns
|
||||
self.we = we
|
||||
self.screen = screen
|
||||
|
||||
def draw(self):
|
||||
pass
|
0
genetyczny/Data.py
Normal file
0
genetyczny/Data.py
Normal file
0
genetyczny/metody.py
Normal file
0
genetyczny/metody.py
Normal file
Loading…
Reference in New Issue
Block a user