Skip to content

Alberto code challenge files#7

Open
albertodoofinder wants to merge 3 commits into
carlosescri:masterfrom
albertodoofinder:master
Open

Alberto code challenge files#7
albertodoofinder wants to merge 3 commits into
carlosescri:masterfrom
albertodoofinder:master

Conversation

@albertodoofinder

Copy link
Copy Markdown
classDiagram
    Game "1" --> "1..2" Player
    Game "1" --> "1" Board
    Board "1" --> "64" Square
    Player "1" --> "16" ChessPiece
    Square "1" --> "0..1" ChessPiece
    class Player{
        -int id
        -bool white
    }
    class ChessPiece{
        -int id
        -bool white
        -str type
    }
    class Square{
        -int id
        -bool white
        -int chesspiece_id
        -coordinates
    }
Loading

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant