A WIP UCI-compliant chess engine written in the Odin programming language.
Find a file
2026-02-24 19:06:45 -05:00
chess uhh stuff 2026-02-24 19:06:45 -05:00
.gitignore sync 1 2026-02-13 17:49:53 -05:00
main.odin uhh stuff 2026-02-24 19:06:45 -05:00
README.md update README.md 2026-02-19 09:30:27 -05:00

Visionary

A continuation of my multiple chess engines. Hopefully I can make this one work like I want it to.

Goals

  • Bitboard Board Representation
  • Fast Move Generation
    • Magic Bitboards for Sliding Moves
  • UCI Implementation
  • Random Gameplay
  • Time Management and Iterative Deepening
  • Basic Gameplay with Piece Value Scores