Git Product home page Git Product logo

chessqt's Introduction

ChessQt

A chess game prototype writen in c++, using Qt for the UI.

screenshot

About the project

This chess prototype includes 3 types of pieces: the king, knight and rook. Basic rules like piece movement and checks are followed, though there is no win or lose event when a checkmate occurs.

Unit tests are written using Google test.

The Ui is made with Qt.

Running the project

1- Qt5 is needed to run the project. You can install it here.

2- Visual Studio 2019 can be used to run the project. Install the Qt Vs tools extension from Visual Studio Marketplace.

3- Open the solution and navigate to Extensions->Qt Vs Tools->Qt Versions. Add your Qt version, with your path to qmake.exe ex: E:\Qt\5.15.0\msvc2019_64\bin\qmake.exe.

4- In the project propreties, navigate to Properties->Qt Project Setting. At Qt Installation, set yout Qt version.

5- Run the project.

Future work

The first thing that would need to added is the implementation of all pieces, as well as checkmake, draw scenarios like stalemate, dead position, etc. It would also be interesting to add the posibility to use an AI player.

chessqt's People

Contributors

charlestousignant avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.