Skip to content

OkayestDev/Qt-Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess Written in C++ using QT framework as the GUI

Running

Requires qmake and some form of c compiler (I used mingw32) From command line

qmake;
mingw32-make;
# if Windows:
# windeployqt ./build/Chess.exe
./build/Chess.exe

About

Chess Created using Qt

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published