BlueBubble 1.0
A recommendation algorithm for movies based on a Netlfix database
Loading...
Searching...
No Matches
Data Structures
Here are the data structures with brief descriptions:
 CbishopBishop piece class
 CboardA class representing the chess board
 CcoordinatesClass representing coordinates
 CkingKing piece class
 CknightKnight piece class
 CpawnPawn piece class
 CpieceGeneric piece class. white is a boolean indicating the piece's color. legals is a vector indicating all legal movements. has_moved indicate if the piece has already move during this game
 CqueenQueen piece class
 CrookRook piece class