oswalpalash / chess-engine-zig

Zig Based Chess Engine

Home Page:https://github.com/oswalpalash/chess-engine-zig

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Zig based Chess Engine

Project Summary

A chess engine written in zig. Mostly written as a means to learn and improve at zig.

What works?

  • UCI Compliant
  • Basic Evaluation
  • FEN Parsing
  • Board Design and Piece Information
  • Move Generator (WIP)
  • Unit Tests for supported code
  • CI Based Testing CI

NOTE: This is an evolving project. No backwards compatibility guaraenteed.

About

Zig Based Chess Engine

https://github.com/oswalpalash/chess-engine-zig

License:MIT License


Languages

Language:Zig 100.0%