dKloecker /
MatlabChess
Working Chess game in Matlab
Loading repository data…
willmarkley / repository
MATLAB Chess game with an interactive GUI
Recreation of Chess in MATLAB with both single-player gameplay against an AI and two-player classic Chess. The three algorithms my team designed were easy, offensive, and defensive. Easy randomly selects a valid move. Offensive selects a valid move that will result in gaining the most points. Defensive selects a valid move that will result in losing the least amount of points. The defensive algorithm is required to look two moves ahead in order to determine its move, making it the most computationally complex but also the most successful algorithm. In addition to player v. player and player v. algorithm gameplay, this program also allows for algorithm v. algorithm gameplay. An algorithm v. algorithm game can be simulated move-by-move on the chess board, or a user-specified number of games can be simulated with the resulting statistics displayed to the screen.

Selected from shared topics, language and repository description—not editorial ratings.
dKloecker /
Working Chess game in Matlab
ramshi236 /
MATLAB–Python based system that classify chess pieces and tracks players movements.
jiangmy97 /
A type of new chess game run in MATLAB
aryapranjan /
i have created a chess game in matlab using various inbuilt functions of matlab and user defined functions, this game works on GUI and it is a two player game
frank561 /
Chess Game in Matlab
joeygitari /
No description provided.