Skip to content

mickamcia/Kingroyale

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Custom chess variant engine

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published