Skip to content

asytuyf/BSP-2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSP-2

A terminal line chess game as my 2nd project for my 2nd semester at the university of Luxembourg.

Description

A chess variant game called duck chess that is played against an AI player. The AI player uses minimax and alpha-beta pruning algorithms (𝛼−𝛽) to decide the best move to make.

The duck chess variant adds a rubber duck that both players can move. The duck blocks the square it’s on, making it impossible for pieces to move to that square or through it. This introduces new tactics and strategies to the game

Prerequisites

python3:

Not currently implemented

  • Castling
  • En passant
  • Promotion
  • Checkmates
  • Stalemate

About

My 2nd project for the 2 semester at the university of Luxembourg

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages