Skip to content

Blazor Server app for analyzing chess games with UCI chess engines

License

Notifications You must be signed in to change notification settings

ipax77/pax.BlazorChess

Repository files navigation

Introduction

Blazor Server Electron app for analyzing chess games with UCI chess engines on local hardware

!Beta version!

sample pic

Getting started

Prerequisites

  • dotnet 6
  • Download UCI Chess Engine(s) (e.g Stockfish or Lc0) and add them to the configuration (make sure you have the correct engine version for your CPU/graphic card)

Dependencies

Known Limitations

  • No Chess960 support
  • No sub variations in the database
  • FEN import not tested

(Debug logging enabled)

Release Notes

v0.6.6
  • pax.BlazorChartJs
v0.6.5
  • Database bugfix
  • SubVariation linebreaks fix
v0.6.4
  • Engine dispose fix