An open API service indexing awesome lists of open source software.

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 .

Awesome Lists containing this project

README

        

![Grandmaster Header](https://github.com/user-attachments/assets/0d46a805-d363-452c-91ee-5981bca5411c)

### 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
```