This is a simple HTML
, CSS
, ECMA/Vite
based TicTacToe game.
The game is created as a code challenge.
mkdir code-js-tictactoe
cd code-js-tictactoe
git clone https://github.com/mortolian/code-js-tictactoe.git .
npm install --global yarn
For more installation information, Yarn Install Manual.
npm install
npm run dev
yarn
yarn dev
yarn lint
yarn test:playwright
or
npx playwright test
- Playwright Additional Commands
- Visit https://playwright.dev/docs/intro for more information.
yarn test:vitest
yarn test:vitest-coverage
- Visit https://vitest.dev/guide/ for more information.
The game is made for me to learn, therefor I am not adding in and contributions, but I do welcome any feedback through GitHub.
- https://github.com/tapio/live-server#readme
- https://nodejs.org/ja/blog/release/v16.16.0
- https://github.com/nvm-sh/nvm
- https://vitest.dev
- https://playwright.dev
- https://vitejs.dev/
The game is the property of Mortolian (Gideon Schoonbee). You are free to copy, modify and use the game as long as you give me some credit for it.