FelipeLecot / Hex-Chess-Engine

Hexagonal chess engine. Single Piece-Square Table Evaluation (Can chess with Hexagons? Of course yes.)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Overview

Hexagoanl Chess engine written in C.

Features

  • No opening book
  • Single Piece-Square Table Evaluation
  • Configurable alpha-beta search depth
  • Stale game evaluation
  • No Castling in Hex Chess
  • En passant
  • ASCII display

Attributions

Heaviliy based of the following documentation and code:

Introduction by CGP Grey

About

Hexagonal chess engine. Single Piece-Square Table Evaluation (Can chess with Hexagons? Of course yes.)


Languages

Language:C 99.9%Language:Makefile 0.1%