added a bunch of to-dos. tried to make the base_board update automatically on launch of routes.py, added a bunch of to-dos to make it into a cool product
This commit is contained in:
11
config.py
11
config.py
@@ -5,21 +5,24 @@ config = dict(num_squares=312)
|
||||
|
||||
colors = [
|
||||
'red',
|
||||
'blue',
|
||||
'#0000FF',
|
||||
'#CF5300',
|
||||
'#0000CC',
|
||||
'yellow',
|
||||
'green',
|
||||
'#2C2416',
|
||||
'black',
|
||||
'#1A1B29',
|
||||
'#333333',
|
||||
'#F98D8D',
|
||||
'orange',
|
||||
'#1A1B29',
|
||||
'#000080',
|
||||
'#333333',
|
||||
'#CF5300',
|
||||
'#8B0000',
|
||||
'#FFCE00',
|
||||
'#006400',
|
||||
'#CA278C',
|
||||
'#3B0160',
|
||||
'#9370DB',
|
||||
]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user