Quick implementation of chess moves problem with bishop.
I implemented using a TDD approach. I use eslint to enforce JavaScript Standard style.
Built using Node v10.8.0.
Assuming you have Node installed. Run NPM to install dependencies.
npm install
Tests built with Mocha and Chai. I acknowledge a multiple assertions per test antipattern, but simply haven't taken the time yet to refactor.
npm test
The index.js file is the little client app to run the code. Edit as desired.
npm start
Jonathan Rayback