Skip to content

The program visualizes all the arrangements of the queen on an 8x8 chessboard. Name: Chess Author: Vakhit

Notifications You must be signed in to change notification settings

letby3/GameSFML-3

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The programm visualizes all the arrangements of the queen on an 8x8 chessboard
Name: Chess
Author: Vakhit

To compile the file, I use the mingw 11.2.0

Use: "g++ -c .\main.cpp -ISFML/include" - to create main.o

After: "g++ .\main.o -o NAMEFILE.exe -LSFML\lib -lsfml-graphics -lsfml-window -l:libsfml-system.a" - to create .exe file

About

The program visualizes all the arrangements of the queen on an 8x8 chessboard. Name: Chess Author: Vakhit

Resources

Stars

Watchers

Forks

Packages

No packages published