https://github.com/ayush-that/grandmaster
♟️ Building a GUI chess game using C++ and Qt6 library. Underdevelopment .
https://github.com/ayush-that/grandmaster
chess cmake cpp gui qt6 shell-scripting wsl
Last synced: 2 months ago
JSON representation
♟️ Building a GUI chess game using C++ and Qt6 library. Underdevelopment .
- Host: GitHub
- URL: https://github.com/ayush-that/grandmaster
- Owner: ayush-that
- License: mit
- Created: 2024-11-07T04:08:15.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2024-11-14T09:49:41.000Z (7 months ago)
- Last Synced: 2025-03-26T07:36:34.742Z (3 months ago)
- Topics: chess, cmake, cpp, gui, qt6, shell-scripting, wsl
- Language: C++
- Homepage:
- Size: 43.9 KB
- Stars: 16
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README

### Instructions
1. Install dependencies
```bash
sudo apt update
sudo apt-install qt6-base-dev build-essential cmake qt6-svg-dev
```2. Build the project:
```bash
mkdir build
cd build
cmake ..
make
```3. Run the project:
```bash
./grandmaster
```