Skip to content

yeunhakim93/solid-tic-tac-toe

Repository files navigation

Solid Tic-Tac-Toe

Project Overview

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

Features

  • 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:

Getting Started

To build and serve the Solid Tic-Tac-Toe project locally, follow these steps:

  1. Install Dependencies:

    npm install
    npm audit fix #if necessary
  2. Build the Project: In one terminal tab,

    npm run start
  3. 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/)

Usage

Open the game in your web browser and start playing Tic-Tac-Toe by clicking on the game grid. Enjoy!

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published