Skip to content

Latest commit

 

History

History
14 lines (13 loc) · 635 Bytes

README.md

File metadata and controls

14 lines (13 loc) · 635 Bytes

Kingroyale

This is a chess variant for 4 people.

Screenshot from 2023-06-09 14-41-21

Engine

Each player can be a 'Human' or a 'Computer'. For every 'Human' player the program will ask for a valid move, and for every 'Computer' player the program will compute a move that is in his opinion :) best for current player. Engine implementation uses:

  • bitboard representation
  • iterative deepening
  • alpha-beta pruning (paranoid assumption)
  • basic heuristic evaluation

Rules

Ruleset is similar to chess, written in ruleset.txt file.