Skip to content

Latest commit

 

History

History
5 lines (4 loc) · 355 Bytes

README.md

File metadata and controls

5 lines (4 loc) · 355 Bytes

This is my othello game in Javascript/Jquery . No AI though, its for 2 players playing on the same PC. Had/have plans to give this truly multiplayer capabilities...

One particular feature this game requires, that I managed to implememnt was to detect whose turns is it next, because its not guaranteed to switch and instead depends upon available moves.