Chess
src Directory Reference

Files

file  agent.cpp
 How the Agent finds its move.
 
file  agent.h [code]
 How the Agent finds its move.
 
file  chessboard.cpp
 Creates, stores, and makes changes to data for a game state.
 
file  chessboard.h [code]
 Creates, stores, and makes changes to data for a game state.
 
file  engine.cpp
 Contains main game loop and turn handling.
 
file  engine.h [code]
 Contains main game loop and turn handling.
 
file  graphics.cpp
 Handles all SDL2 functionalities require to visualize the game.
 
file  graphics.h [code]
 Handles all SDL2 functionalities require to visualize the game.
 
file  piece.cpp
 Finds possible moves given a Piece.
 
file  piece.h [code]
 Finds possible moves given a Piece.