blob: cb9c04f49fc24c0a584b504f63ad37cfa593294f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# chesslol
todo:
1) webRTC
2) rules of chess (legal moves, checkmate, stalemate and draw)
# To run
`npm install`
and
`PORT=3000 node server.js`
you can change the PORT to whatever works for you
|