windhamdavid
|
8972d6ba95
fix favicon
|
9 years ago |
windhamdavid
|
979e53ad91
port change text proxy
|
9 years ago |
windhamdavid
|
aaf2caea60
readme
|
9 years ago |
windhamdavid
|
639d8edf55
better
|
9 years ago |
windhamdavid
|
530c5d1dd2
8888
|
9 years ago |
windhamdavid
|
6165fc0a2f
custom
|
9 years ago |
windhamdavid
|
c06022a0cc
8888
|
9 years ago |
windhamdavid
|
b2065a3354
add winston
|
9 years ago |
Roman Matiasko
|
1d343f914d
Update readme
|
9 years ago |
Roman Matiasko
|
ca76a8e37c
Update all dependencies apart from React, so app can be run on Node v4
|
9 years ago |
Roman Matiasko
|
878ddb930c
specify required node version in readme
|
9 years ago |
Roman Matiasko
|
1923460511
update readme
|
9 years ago |
romanmatiasko
|
f8735db00c
fix delete game with only one player on disconnect; update dependencies
|
9 years ago |
romanmatiasko
|
df63252caa
fix location.origin in IE; add comment to chess pieces dict
|
9 years ago |
romanmatiasko
|
76289095d9
highlight valid moves; use version of chess.js from github
|
9 years ago |
romanmatiasko
|
6a6f9544b9
highlight king in check
|
9 years ago |
romanmatiasko
|
35f1484341
add Smart Regular chess font for rendering pieces
|
9 years ago |
romanmatiasko
|
88cc5fcd18
fix link in readme
|
9 years ago |
romanmatiasko
|
91493b1be5
fix drag and drop in firefox; rm box-shadow from required inputs
|
9 years ago |
romanmatiasko
|
679a977856
styles changes; fix expired link
|
9 years ago |
romanmatiasko
|
196a543302
package.json changes; minor fixes
|
9 years ago |
romanmatiasko
|
1a63b49f1f
add socket.io jasmine tests
|
9 years ago |
romanmatiasko
|
ac82a78a16
add game store tests
|
9 years ago |
romanmatiasko
|
abe7faa9be
add license file; update dependencies; production build
|
9 years ago |
romanmatiasko
|
9fb3fcbc7b
update readme and copy
|
9 years ago |
romanmatiasko
|
42bbc112bb
jade views updates, sticky footer in css
|
9 years ago |
romanmatiasko
|
a136109b31
start game when both players are connected
|
9 years ago |
romanmatiasko
|
6e3ed0526a
use es6 modules
|
9 years ago |
romanmatiasko
|
96091d091a
add tests for chat store
|
9 years ago |
romanmatiasko
|
1445dae792
add unseen messages counter
|
9 years ago |
romanmatiasko
|
5fbbe17a1a
add drag and drop support
|
9 years ago |
romanmatiasko
|
b8e8358dc9
add asterisk to tile on new move; rm public/ dir
|
9 years ago |
romanmatiasko
|
7fa6a8b38a
debugging; more io events handling in components
|
9 years ago |
romanmatiasko
|
5d4a3a0cbe
refactor server io.js with immutable data
|
9 years ago |
romanmatiasko
|
db20c5a23a
fix clock; play sounds on move and check; table of moves changes
|
9 years ago |
romanmatiasko
|
fd855cf7e8
add make move action
|
9 years ago |
romanmatiasko
|
c32084701c
render chessboard from FEN
|
9 years ago |
romanmatiasko
|
9d7c81ac0f
update gulpfile; play sounds; add .jshintrc and chess pieces unicode map
|
9 years ago |
romanmatiasko
|
4bda68a830
add chessboard interface component and some of its children
|
9 years ago |
romanmatiasko
|
e21f08f36d
more io events; layout changes; add game flux store
|
9 years ago |
romanmatiasko
|
f6c5e3a399
add modal component, chess clock countdown
|
9 years ago |
romanmatiasko
|
28a2fd1d58
add chat flux store, component and actions
|
9 years ago |
romanmatiasko
|
15987900fd
add few react components for gameplay
|
9 years ago |
romanmatiasko
|
11eb779e77
first react components; use babel; use strict
|
9 years ago |
romanmatiasko
|
ea13a1ab5e
split sass into several files
|
9 years ago |
romanmatiasko
|
e535ee6cb8
upgrade express to v4
|
9 years ago |
romanmatiasko
|
4709330a00
update package.json, add gulpfile
|
9 years ago |
romanmatiasko
|
df4b8b88ab
fix class names of chess pieces
|
9 years ago |
romanmatiasko
|
ac5b981b03
add asterisk to browser tab if it is hidden when moved
|
10 years ago |
romanmatiasko
|
fcd7c9f466
rollback socket transports and timeout value
|
10 years ago |
romanmatiasko
|
4ea21bf87a
fix: emit events only if opponent is available
|
10 years ago |
romanmatiasko
|
639570d12b
token to initialize a game is valid for 5 mins
|
10 years ago |
romanmatiasko
|
f9c867a4cc
escape html in chat messages
|
10 years ago |
romanmatiasko
|
030f93e08e
add logs view
|
10 years ago |
romanmatiasko
|
8cac697d20
log number of currently running games
|
10 years ago |
romanmatiasko
|
6c19b0c48c
remove dependencies from git
|
10 years ago |
romanmatiasko
|
663fd95444
change domain; fix drag black knight
|
10 years ago |
romanmatiasko
|
48de46f364
fix prevent hiding modals on form submit
|
10 years ago |
romanmatiasko
|
445dce9bab
fix clock timer delay; add drag and drop support
|
10 years ago |
romanmatiasko
|
35371ac1dd
add rematch option
|
10 years ago |
romanmatiasko
|
3cc1c39c77
replace alerts with modal windows
|
10 years ago |
romanmatiasko
|
808c632f17
fix server, always check if game exists; refactor jquery closures; clean global scope pollution
|
10 years ago |
romanmatiasko
|
f4f3b5c6c0
do not redirect after game is over, allow chatting until one player disconnects
|
10 years ago |
romanmatiasko
|
fe5ff9d9f6
fix clear interval on checkmate or draw
|
10 years ago |
romanmatiasko
|
dc1576150c
fix deleted variables, better feedback messages
|
10 years ago |
romanmatiasko
|
535d0b2340
add clock timer
|
10 years ago |
romanmatiasko
|
70313491bd
timer events on server side
|
10 years ago |
romanmatiasko
|
f2c1066075
place captured pieces next to the chessboard
|
10 years ago |
romanmatiasko
|
df1c3746a1
chat window media query
|
10 years ago |
romanmatiasko
|
d8600dbaae
update readme
|
10 years ago |
romanmatiasko
|
ab5610f339
add chat window
|
10 years ago |
romanmatiasko
|
5272b8cc2f
add resign option
|
10 years ago |
romanmatiasko
|
1ff014d56d
changed ENVIRONMENT variable
|
10 years ago |
romanmatiasko
|
b404052b0a
refactored client side code, working demo on openshift
|
10 years ago |
romanmatiasko
|
2fe10651a2
openshift config
|
10 years ago |
Raminder Singh
|
f1f83ced35
Fixed weight of the License header
|
11 years ago |
Roman Matiasko
|
0b3f9352d2
fixed issue with connecting too many players to one game
|
11 years ago |
Roman Matiasko
|
06084c1d06
initial commit
|
11 years ago |
Roman Matiasko
|
35e182db3a
Initial commit
|
11 years ago |