Skip to content

Latest commit

 

History

History
32 lines (17 loc) · 639 Bytes

README.md

File metadata and controls

32 lines (17 loc) · 639 Bytes

Tic-Tac-Toe

Web-based implementation of the classic Tic-Tac-Toe game using modern web technologies such as Vite, Pixi.js, and GSAP.

Getting Started

To start the development server and launch the game, follow the steps below:

  1. Clone the repository:

     git clone https://github.com/bleakgrey/tic-tac-toe.git
    
  2. Navigate to the project directory:

     cd tic-tac-toe
    
  3. Install the dependencies:

     npm install
    
  4. Run the development server:

     npm run dev
    

Production

To build the project for production, use the following command:

npm run build

You can also start a local server to preview the result:

npm run preview