Dots and Boxes is a two-player turn-based strategy game. The players take turns connecting dots on a grid with lines, and the player who completes a box earns a point. The game ends when all the boxes on the grid are filled, and the player with the most points wins.
- clone the repo
- run
npm iandnpm run dev - open
localhost:3000
