/rudim

A .NET Core chess engine using bitboards

Primary LanguageC#GNU General Public License v3.0GPL-3.0

Rudim

Pipeline

---- Work In Progress -----

Rudim is a chess engine written from scratch, in C#. It uses Bitboards.

Scope after completing the bitboard implementation

  • Implement UCI Protocol
  • Write a simple evaluation tool, later expand to alternate ways to evaluate positions.
  • See how well it plays!

Running Tests

dotnet test

Running the Application

dotnet run -p Rudim