Skip to content

dutchcelt/tictactoe

Repository files navigation

tictactoe

Basic Tic-tac-toe (noughts and crosses) implementation using CSS grid and Web Components.

Demo

https://dutchcelt.github.io/tictactoe/

Dependencies

  • NPM / Node (v20)

Install

npm ci

NPM Script Options

Run the game, run tests or run in development mode

  • npm run game
  • npm test
  • npm run develop

Bundle

  • npm run build

Usage Bundle

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>.

About

Basic tictactoe implementation using CSS Grid and a Web Component.

Resources

License

Stars

Watchers

Forks