RookMove is a 1v1 Game using Phaser and Socket.io. The game will be played on an 8x8 chessboard with a single rook piece. Two players take turns to move the rook either left or down, with the objective of reaching the bottom-left corner before their opponent.
JavaScript, PhaserJS 3.6, Vite, NodeJS, ExpressJS, Socket.IO
Install client and server dependencies
$ npm install
$npm run dev
$ cd server
$ npm install
$npm start