Compiled with webpack based on this template
- Chess game made with typescript and pixi.js for rendering the graphics
- The board rotates showing who is the current player - white or black (i.e. player one or player two)
- Pieces move on the board according to the chess rules, attacking and taking enemy pieces is available
- Check and checkmate is not implemented at this time
Make sure you have an up-to-date versions of node and npm.
npm install
- install the dependenciesnpm run start
- runs the game on local and watches for changes in the files
- Start screen and play button made by Silvia Ivanova
- Chess pieces Dani Maccari