Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/ayush-that/grandmaster
- Owner: ayush-that
- License: mit
- Created: 2024-11-07T04:08:15.000Z (8 days ago)
- Default Branch: main
- Last Pushed: 2024-11-07T04:58:25.000Z (8 days ago)
- Last Synced: 2024-11-07T05:20:16.616Z (8 days ago)
- Topics: chess, cmake, cpp, gui, qt6, shell-scripting, wsl
- Language: C++
- Homepage:
- Size: 5.86 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```