Solid Tic-Tac-Toe is a web-based implementation of the classic Tic-Tac-Toe game, created while exploring Solid.js & solid-testing-library. DEMO
- Interactive Gameplay: Play against another player in a responsive and dynamic game environment.
- Modern Development Tools: Built with Vite for optimized performance and Jest for testing. Sure, here's a brief instruction for your README:
To build and serve the Solid Tic-Tac-Toe project locally, follow these steps:
-
Install Dependencies:
npm install npm audit fix #if necessary
-
Build the Project: In one terminal tab,
npm run start
-
Preview the Build: In another terminal tab,
npm run serve
You should now be able to access the application locally, at port 3000 (http://localhost:3000/solid-tic-tac-toe/)
Open the game in your web browser and start playing Tic-Tac-Toe by clicking on the game grid. Enjoy!