Skip to content

AxelrodAsaf/TicTacToeClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Tic-Tac-Toe

This is a web-based Tic-Tac-Toe game built using ReactJS.

Features

  • Two-player mode
  • Real-time gameplay using websockets
  • Responsive design for various screen sizes

Installation

  • Clone the repository

  • Install dependencies for the client

  • Start the client

  • Open your browser and navigate to http://localhost:3001 to play the game.

  • For development purposes, you can change the socket address in 'App.js' to 'localhost' by swapping the commented lines 21 and 22. This allows you to run the server locally and reference the client to that address.

Usage

Once the application is running, simply navigate to http://localhost:3001 in your browser to start playing the game.

Dependencies

  • Node.js
  • Express
  • React
  • React Router
  • Socket.io

Screenshots

Home screen: Home Screen Screenshot

Hosting a game: Preferred Piece Screenshot

Joining a game: Join Game Screenshot

Playing a game: Gameboard Screenshot

About

A tic-tac-toe game that enables two players to compete against each other remotely.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published