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:
2018-01-21 16:11:33 -05:00
parent 1ef33bc785
commit 2d3d564158
6 changed files with 31 additions and 5 deletions

View File

@@ -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',
]