Skip to content

bleakgrey/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

PIXI.js implementation of the classic Tic-Tac-Toe game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published