Welcome to Tic-Tac-Toe Online, a modern web-based implementation of the classic game using Vue 3, TypeScript, and Vite.
- Real-time multiplayer gameplay
- Responsive design for desktop and mobile devices
- Clean and intuitive user interface
- Game state persistence
- Player statistics and leaderboards
- Vue 3 with Composition API
- TypeScript for type safety
- Vite for fast development and building
- Vuex for state management
- Vue Router for navigation
- Socket.io for real-time communication
-
Clone the repository: git clone https://github.com/qijyc101/tic-tac-toe-online.git
-
Install dependencies: cd tic-tac-toe-online npm install
-
Run the development server: npm run dev
-
Open your browser and navigate to
http://localhost:3000
To create a production build, run:
npm run build
The built files will be in the dist
directory.
We welcome contributions! Please see our Contributing Guide for more details.
This project is licensed under the MIT License. See the LICENSE file for details.
Enjoy playing Tic-Tac-Toe Online!