Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 271 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 271 Bytes

Reversi in JavaScript

Before beginning, install dependencies with: npm install.

To play the game, run: npm start. Provide coordinates in the format 'number, number', e.g.: 3, 2. Change players (AI or human) inside bin/main.js.

To run the tests, run: npm test.