Skip to content

Reverse aka Othello console game made using vanilla JS

Notifications You must be signed in to change notification settings

helloRupa/reversi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Reverse aka Othello console game made using vanilla JS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published