jiangkuan2018 / othello

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

License:MIT License


Languages

Language:JavaScript 88.5%Language:HTML 11.5%