Skip to content

rishav2803/Game_Zone

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 

Repository files navigation

Game_Zone

This repository contains the source code for my website, which hosts popular games like Tic Tac Toe and Rock Paper Scissors. The website offers both single-player mode against a computer opponent and multiplayer mode for challenging friends or other online players.

Home Page: image

Tic Tac Toe: image

Rock Paper Scissors: image

Tech Stack

Client: React JS

Server: Go

Project initialization

Clone the project

    https://github.com/rishav2803/Game_Zone.git

Install dependencies

For the Client

  cd frontend
  npm install

For the Server

  cd backend
  go get

Start the server

  cd backend
  go run main.go

Start the Client

  cd frontend
  npm start

About

This repository contains the source code for my website, which hosts popular games like Tic Tac Toe and Rock Paper Scissors. The website offers both single-player mode against a computer opponent and multiplayer mode for challenging friends or other online players.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors