Skip to content

Just a Chess game with some Cairo on top

License

Notifications You must be signed in to change notification settings

Akinbola247/chess-dojo

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

85 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Dojo Chess

Design v0

Components, Entity

We have each piece as a seperate entity

  • White pawn 1 ( Entity )
    • Piece ( Component )
    • Position ( Component )

We have Game entity with auth

  • Game 1 ( Entity )
    • Game ( Component )
    • GameTurn ( Component )
    • PlayersId ( Component )

System

  • Initiate ( System )

    • Initiate Game
      • Generate Game Enitity
    • Initiate Pieces
  • Execute Move ( System )

    • Generate Board Cache
    • Generate Possible moves
      • If there is piece need to occupy, kill piece
    • Check if next position is eligible to moves
    • Check Piece is owned by caller
    • Check is caller's turn
    • Update the position of the piece
  • Give up ( System )

    • Check caller's color and set winner of opponent

About

Just a Chess game with some Cairo on top

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Cairo 100.0%