This game is created with html, css and jquery
A game in which two players seek in alternate turns to complete a row, a column, or a diagonal with either three O's or three X's drawn in the spaces of a grid of nine squares; noughts and crosses.
- HTML
- CSS
- JS
- jQuery
- Git Workflow
- Clone this repository.
- To run the app in development mode
npx serve
, then open http://localhost:5000 to view it in the browser.