nico-von / odin-tic-tac-toe

Odin 1000, Dynamic Tic Tac Toe with a recursive winner checker

Home Page:https://nico-von.github.io/odin-tic-tac-toe/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

odin-tic-tac-toe

Odin 1000

Implementation of the Odin Project requirement: Tic Tac Toe. This Tic Tac Toe is dynamic, users can set any board size and winning requirement. Contains a recursive winner checking algorithm which efficiently checks a win by searching the 8 directions from the last move made. The recursive check also returns all the winning cells in an array.

About

Odin 1000, Dynamic Tic Tac Toe with a recursive winner checker

https://nico-von.github.io/odin-tic-tac-toe/


Languages

Language:JavaScript 76.1%Language:CSS 14.8%Language:HTML 9.1%