BlueBubble 1.0
A recommendation algorithm for movies based on a Netlfix database
|
Cboard | A class representing the chess board |
Ccoordinates | Class representing coordinates |
▼Cpiece | Generic 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 |
Cbishop | Bishop piece class |
Cking | King piece class |
Cknight | Knight piece class |
Cpawn | Pawn piece class |
Cqueen | Queen piece class |
Crook | Rook piece class |