Skip to content
/ Chess Public

A full-featured 3D Chess game built with Unreal Engine 5.2. Includes move visualization, selectable AI (Random/Minimax), and an interactive history system for game state replay.

Notifications You must be signed in to change notification settings

NicoAica/Chess

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chess

A chess game using Unreal Engine 5.2

Features implemented

  • Suggestions of possible moves for each piece upon clicking on them
  • AI using random moves (among those possible)
  • AI using the Minimax algorithm
  • Move history with a graphical interface
  • Replay feature (by clicking on a move in the history, the state of the chessboard is reverted back to that state)
  • Selection of the AI to play against

About

A full-featured 3D Chess game built with Unreal Engine 5.2. Includes move visualization, selectable AI (Random/Minimax), and an interactive history system for game state replay.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published