AlfinST / rudim

A .NET Core chess engine using bitboards

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

A .NET Core chess engine using bitboards

License:GNU General Public License v3.0


Languages

Language:C# 100.0%