/nithello

an othello bot written in Nim.

Primary LanguageNimMIT LicenseMIT

Nithello

an implementation of Othello, but written in Nim.

algorithms implemented
  • minmax w/ alpha-beta pruning

  • negamax (w/ alpha-beta pruning)

  • rng move generation