Skip to content

Menoitami/HiddenChess

 
 

Repository files navigation

Online Chess Game

Overview

This project is a networked chess game implemented using C++ and Qt. The game allows players to register, log in, create rooms, and play chess against each other over an HTTP protocol.

Features

  • User Registration and Login: Players can register and log in to access the game.
  • image
  • Room Creation: Users can create and join game rooms to play chess.
  • image
  • Online Chess Gameplay: Play chess against other players over the network.
  • image
  • HTTP Protocol: Communication between the client and server is handled via HTTP.

Technologies Used

  • C++: The primary programming language used for the project.
  • Qt: Framework for building the graphical user interface (GUI) and handling HTTP communication.
  • HTTP Protocol: Used for client-server communication.

Installation

Prerequisites

  • Qt 5.x or higher: Ensure that Qt is installed and configured on your development environment.
  • C++ Compiler: A C++ compiler compatible with your Qt installation (e.g., g++, clang++).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 99.6%
  • C 0.4%