Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 313 Bytes

README.md

File metadata and controls

5 lines (3 loc) · 313 Bytes

othello

Learning about the game "Othello," you can clone this repository to your local machine, and then start it using http-server ./ -c=-1 command.

The game supports two modes: Player versus Player (PVP) and Player versus Environment (PVE). You can find the specific implementation in the "index.js" file.