summaryrefslogtreecommitdiff
path: root/README.md
blob: 4d3c4aadd9f98f577cb85f70c9979dc1b6a9ac6f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20

# chesslol

todo:

1) rules of chess (mainly check, checkmate and pins)
2) en_passant pawn move
3) castling move
4) promotion
5) stalement/draw

# To run

`npm install`

and

`PORT=3000 node server.js`

you can change the PORT to whatever works for you