An open API service indexing awesome lists of open source software.

https://github.com/ripunjay42/multiplayer_tictactoe


https://github.com/ripunjay42/multiplayer_tictactoe

expressjs javascript reactjs streamchat-api

Last synced: 7 months ago
JSON representation

Awesome Lists containing this project

README

          

# Tic Tac Toe Multiplayer Game with Authentication and Real-Time Chat

# DEMO
https://tictactoe-multiplayer-silk.vercel.app

## Overview

This is a React application that implements a multiplayer Tic Tac Toe game with authentication and real-time chat functionality. Players can sign up or log in to play against each other, and they can chat in real-time while playing the game using the Stream API for messaging.

## Features

- **Multiplayer Tic Tac Toe**: Play against another player in real-time.
- **Authentication**: Users can sign up or log in to play the game.
- **Real-Time Chat**: Chat with the opponent during the game using the Stream API.
- **Responsive Design**: The app is responsive and works well on various screen sizes.

## Technologies Used

- **React**: Frontend framework for building the user interface.
- **Stream Chat API**: Provides real-time chat functionality.
- **CSS**: Custom styling for the application.
- **Webpack**: Bundles the JavaScript files for deployment.
- **Babel**: Transpiles modern JavaScript code for compatibility.

## Getting Started

### Prerequisites

- Node.js installed on your local machine.
- Stream API account for real-time chat.

### Installation

1. Clone the repository:

```bash
https://github.com/Ripunjay42/Multiplayer_TicTacToe.git
```

2. Navigate to the project directory:

```bash
cd multiplayer_TicTacToe
```

3. Install dependencies:

```bash
yarn install
```

### Usage

1. Start the development server:

```bash
yarn start
```

2. Open your browser and navigate to `http://localhost:3000` to access the application.

#EXAMPLE:

Screenshot


ripunjay42