Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ayush-that/grandmaster

A simple chess game implementation using C++ and Qt6.
https://github.com/ayush-that/grandmaster

chess cmake cpp gui qt6 shell-scripting wsl

Last synced: 5 days ago
JSON representation

A simple chess game implementation using C++ and Qt6.

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