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

# chesslol

todo:

1) rules of chess (legal moves and checkmate)
2) promotion
3) stalement/draw

# To run

`npm install`

and

`PORT=3000 node server.js`

you can change the PORT to whatever works for you