BlueBubble 1.0
A recommendation algorithm for movies based on a Netlfix database
|
Go to the source code of this file.
Data Structures | |
class | piece |
a 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 More... | |
Enumerations | |
enum | piece_type { pawn_type , bishop_type , knight_type , rook_type , queen_type , king_type } |
Represent a piece type. Undefined for default piece. More... | |
enum piece_type |