1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19
# chesslol todo: 1) rules of chess (mainly check, checkmate and pins) 2) en_passant pawn move 3) promotion 4) stalement/draw # To run `npm install` and `PORT=3000 node server.js` you can change the PORT to whatever works for you