Skip to content

Online Multiplayer Tic-Tac-Toe is a web-based game where two players can join and play Tic-Tac-Toe together in real-time.

Notifications You must be signed in to change notification settings

Ram0O7/tic-tac-toe

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Online Multiplayer Tic-Tac-Toe

Description

Online Multiplayer Tic-Tac-Toe is a web-based game where two players can join and play Tic-Tac-Toe together in real-time. The game is built using HTML, CSS, Javascript, Express and Socket.io, offering live game play and emoji broadcast functionality. This project is still in development, with additional features such as room creation and game selection planned for future updates.

Features

  • Real-time Multiplayer: Play Tic-Tac-Toe with another player in real-time.
  • Emoji Broadcast: Send emojis to express your reactions during the game.
  • Responsive Design: Enjoy the game on both desktop and mobile devices.

Upcoming Features

  • Room Creation: Create private rooms to play with friends.
  • Game Selection: Choose from a variety of games (coming soon).

Installation

Prerequisites

  • Node.js and npm installed

Steps

  1. Clone the repository:

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

    cd tic-tac-toe
  3. Install dependencies:

    npm install
  4. Run the development server:

    node server.js
  5. Open your browser and navigate to http://localhost:3000.

Usage

  1. Open the game in your browser.
  2. Share the game link with a friend to start a match.
  3. Use the emoji broadcast features to express your emotions and enjoy the game.

Contributing

Contributions are welcome! Please follow these steps:

  1. Fork the repository.
  2. Create a new branch:
    git checkout -b feature/your-feature-name
  3. Make your changes and commit them:
    git commit -am 'Add new feature'
  4. Push to the branch:
    git push origin feature/your-feature-name
  5. Open a pull request.

Contact


Enjoy playing Online Multiplayer Tic-Tac-Toe and stay tuned for upcoming features!

About

Online Multiplayer Tic-Tac-Toe is a web-based game where two players can join and play Tic-Tac-Toe together in real-time.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published