Skip to content

Hifumi v0.0

Latest
Compare
Choose a tag to compare
@github-actions github-actions released this 27 Jan 16:04
· 1 commit to main since this release

First release with the moves generator and capability to play by choosing a move at random.

Features implemented

  • Board representation
    • Hybrid solution mixing mailbox (9x9) and bitboards
  • Move generation
    • Using bitboards for non-sliding pieces
    • Magic bitboards for sliding pieces (lance, bishop and rook)