Skip to content

Commit f465c1c

Browse files
committed
first commit
1 parent 90cc61e commit f465c1c

File tree

6 files changed

+5
-286
lines changed

6 files changed

+5
-286
lines changed

.DS_Store

6 KB
Binary file not shown.

.gitignore

Lines changed: 0 additions & 89 deletions
This file was deleted.

gamelogic.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def main():
130130
if state != None:
131131
state.append(copy_3D(col_mat))
132132
counter += 1
133-
print(counter)
133+
#print(counter)
134134
#clock.tick(500)
135135

136136
main()

requirements.txt

Lines changed: 2 additions & 194 deletions
Original file line numberDiff line numberDiff line change
@@ -1,194 +1,2 @@
1-
absl-py==0.1.13
2-
alabaster==0.7.10
3-
appnope==0.1.0
4-
appscript==1.0.1
5-
asn1crypto==0.22.0
6-
astor==0.6.2
7-
astroid==1.5.3
8-
astropy==2.0.2
9-
audioread==2.1.5
10-
Babel==2.5.0
11-
backports.shutil-get-terminal-size==1.0.0
12-
beautifulsoup4==4.6.0
13-
bitarray==0.8.1
14-
bkcharts==0.2
15-
bleach==1.5.0
16-
bokeh==0.12.10
17-
boto==2.48.0
18-
Bottleneck==1.2.1
19-
certifi==2017.7.27.1
20-
cffi==1.10.0
21-
chardet==3.0.4
22-
click==3.3
23-
cloudpickle==0.4.0
24-
clyent==1.2.2
25-
colorama==0.3.9
26-
conda==4.3.30
27-
conda-build==3.0.27
28-
conda-verify==2.0.0
29-
contextlib2==0.5.5
30-
cryptography==2.0.3
31-
cycler==0.10.0
32-
Cython==0.26.1
33-
cytoolz==0.8.2
34-
dask==0.15.3
35-
datashape==0.5.4
36-
decorator==4.1.2
37-
distributed==1.19.1
38-
docutils==0.14
39-
entrypoints==0.2.3
40-
et-xmlfile==1.0.1
41-
fastcache==1.0.2
42-
filelock==2.0.12
43-
Flask==0.12.2
44-
Flask-Cors==3.0.3
45-
future==0.16.0
46-
gast==0.2.0
47-
gevent==1.2.2
48-
glob2==0.5
49-
gmpy2==2.0.8
50-
google==2.0.1
51-
greenlet==0.4.12
52-
grpcio==1.10.1
53-
gunicorn==19.9.0
54-
gym==0.10.5
55-
h5py==2.7.0
56-
heapdict==1.0.0
57-
html5lib==0.9999999
58-
idna==2.6
59-
imageio==2.2.0
60-
imagesize==0.7.1
61-
ipykernel==4.6.1
62-
ipython==6.1.0
63-
ipython-genutils==0.2.0
64-
ipywidgets==7.0.0
65-
isort==4.2.15
66-
itsdangerous==0.24
67-
jdcal==1.3
68-
jedi==0.10.2
69-
Jinja2==2.9.6
70-
joblib==0.11
71-
jsonschema==2.6.0
72-
jupyter-client==5.1.0
73-
jupyter-console==5.2.0
74-
jupyter-core==4.3.0
75-
jupyterlab==0.27.0
76-
jupyterlab-launcher==0.4.0
77-
Keras==2.1.5
78-
lazy-object-proxy==1.3.1
79-
librosa==0.6.0
80-
llvmlite==0.20.0
81-
locket==0.2.0
82-
lxml==4.1.0
83-
Markdown==2.6.11
84-
MarkupSafe==1.0
85-
matplotlib==2.1.0
86-
mccabe==0.6.1
87-
mir-eval==0.4
88-
missingno==0.3.8
89-
mistune==0.7.4
90-
mpmath==0.19
91-
msgpack-python==0.4.8
92-
multipledispatch==0.4.9
93-
navigator-updater==0.1.0
94-
nbconvert==5.3.1
95-
nbformat==4.4.0
96-
networkx==2.0
97-
nltk==3.2.4
98-
node-vm2==0.3.4
99-
nose==1.3.7
100-
notebook==5.0.0
101-
numba==0.35.0+6.gaa35fb1
102-
numexpr==2.6.2
103-
numpy==1.13.3
104-
numpydoc==0.7.0
105-
odo==0.5.1
106-
olefile==0.44
107-
openpyxl==2.4.8
108-
packaging==16.8
109-
pandas==0.20.3
110-
pandocfilters==1.4.2
111-
partd==0.3.8
112-
path.py==10.3.1
113-
pathlib2==2.3.0
114-
patsy==0.4.1
115-
pep8==1.7.0
116-
pexpect==4.2.1
117-
pickleshare==0.7.4
118-
Pillow==4.2.1
119-
pkginfo==1.4.1
120-
ply==3.10
121-
prompt-toolkit==1.0.15
122-
protobuf==3.5.2.post1
123-
psutil==5.4.0
124-
ptyprocess==0.5.2
125-
py==1.4.34
126-
pycodestyle==2.3.1
127-
pycosat==0.6.2
128-
pycparser==2.18
129-
pycrypto==2.6.1
130-
pycurl==7.43.0
131-
pyflakes==1.6.0
132-
pygame==1.9.3
133-
pyglet==1.3.2
134-
Pygments==2.2.0
135-
pylint==1.7.4
136-
pyodbc==4.0.17
137-
pyOpenSSL==17.2.0
138-
pyparsing==2.2.0
139-
PySocks==1.6.7
140-
pytest==3.2.1
141-
python-dateutil==2.6.1
142-
pytz==2017.2
143-
PyWavelets==0.5.2
144-
PyYAML==3.12
145-
pyzmq==16.0.2
146-
QtAwesome==0.4.4
147-
qtconsole==4.3.1
148-
QtPy==1.3.1
149-
requests==2.18.4
150-
resampy==0.2.0
151-
rope==0.10.5
152-
ruamel-yaml==0.11.14
153-
scikit-image==0.13.0
154-
scikit-learn==0.19.1
155-
scipy==0.19.1
156-
seaborn==0.8
157-
simplegeneric==0.8.1
158-
singledispatch==3.4.0.3
159-
six==1.11.0
160-
snowballstemmer==1.2.1
161-
sortedcollections==0.5.3
162-
sortedcontainers==1.5.7
163-
Sphinx==1.6.3
164-
sphinxcontrib-websupport==1.0.1
165-
spyder==3.2.4
166-
SQLAlchemy==1.1.13
167-
statsmodels==0.8.0
168-
sublime==0.1.0
169-
sympy==1.1.1
170-
tables==3.4.2
171-
tblib==1.3.2
172-
tensorboard==1.7.0
173-
tensorflow==1.7.0
174-
termcolor==1.1.0
175-
terminado==0.6
176-
testpath==0.3.1
177-
toolz==0.8.2
178-
tornado==4.5.2
179-
tqdm==4.23.0
180-
traitlets==4.3.2
181-
typing==3.6.2
182-
unicodecsv==0.14.1
183-
urllib3==1.22
184-
virtualenv==16.0.0
185-
wcwidth==0.1.7
186-
webencodings==0.5.1
187-
Werkzeug==0.12.2
188-
widgetsnbextension==3.0.2
189-
wrapt==1.10.11
190-
xlrd==1.1.0
191-
XlsxWriter==1.0.2
192-
xlwings==0.11.4
193-
xlwt==1.2.0
194-
zict==0.1.3
1+
Flask
2+
gunicorn

static/client.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,13 +45,13 @@ function update_info(){
4545
document.getElementById("red_info").innerHTML = '<b style="color:red;">Red</b> Player: '+col_info["red"];
4646
}
4747
else{
48-
document.getElementById("red_info").innerHTML = '';
48+
document.getElementById("red_info").innerHTML = '-';
4949
}
5050
if(col_info["blue"] != null){
5151
document.getElementById("blue_info").innerHTML = '<b style="color:blue;">Blue</b> Player: '+col_info["blue"];
5252
}
5353
else{
54-
document.getElementById("blue_info").innerHTML = '';
54+
document.getElementById("blue_info").innerHTML = '-';
5555
}
5656
if(col_info["red"] != null && col_info["blue"] != null){
5757
$("#submission").show();

templates/.DS_Store

6 KB
Binary file not shown.

0 commit comments

Comments
 (0)