Basic Tic-tac-toe (noughts and crosses) implementation using CSS grid and Web Components.
https://dutchcelt.github.io/tictactoe/
- NPM / Node (v20)
npm ci
Run the game, run tests or run in development mode
npm run gamenpm testnpm run develop
npm run build
You can use the bundled build version to run just about anywhere.
Load the script and use the custom element tag <tic-tac-toe></tic-tac-toe>.