Web-based implementation of the classic Tic-Tac-Toe game using modern web technologies such as Vite, Pixi.js, and GSAP.
To start the development server and launch the game, follow the steps below:
-
Clone the repository:
git clone https://github.com/bleakgrey/tic-tac-toe.git
-
Navigate to the project directory:
cd tic-tac-toe
-
Install the dependencies:
npm install
-
Run the development server:
npm run dev
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