Skip to content

A pixel art style smart chess I made for university AP project

Notifications You must be signed in to change notification settings

KhanerX/PixelChess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PixelChess

A pixel art style smart chess I made for university AP project

Run the code with the following commandL: g++ -c main.cpp && g++ main.o -o sfml-app -lsfml-graphics -lsfml-window -lsfml-system && ./sfml-app

Then Paste the chess state in the console to starta the game.

Smart detection of critical moves is NOT implemented.

About

A pixel art style smart chess I made for university AP project

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages