some C# cause why not. C# guy might like this? idk. some python too. mostly simulations. WindowsAPI C# is good i guess
This commit is contained in:
@@ -7,7 +7,7 @@ WIDTH = 600
|
||||
ROWS = 20
|
||||
CELL_SIZE = WIDTH // ROWS
|
||||
FPS = 60
|
||||
DELAY = 0
|
||||
DELAY = 0.1
|
||||
|
||||
WHITE = (255, 255, 255)
|
||||
BLACK = (0, 0, 0)
|
||||
|
||||
Reference in New Issue
Block a user