A simple AI program that was intended to play Schrödinger's Chess (see http://elvis.rowan.edu/~kilroy/other/?chess). Currently it is a simple chess program with a minimax based AI. Developed for the final project of my graduate Intro to AI class.
Go to file
Marcus Penate e6e567e734 Added move finding/selection 2022-04-14 22:40:00 -04:00
.vscode Added move finding/selection 2022-04-14 22:40:00 -04:00
.gitignore Initial version, load default FEN, displays for 5 seconds and closes 2022-04-14 16:03:32 -04:00
Chess_Pieces_Sprite.bmp Initial version, load default FEN, displays for 5 seconds and closes 2022-04-14 16:03:32 -04:00
app_consts.hpp Added move finding/selection 2022-04-14 22:40:00 -04:00
board.cpp Added move finding/selection 2022-04-14 22:40:00 -04:00
board.hpp Added move finding/selection 2022-04-14 22:40:00 -04:00
game.cpp Added move finding/selection 2022-04-14 22:40:00 -04:00
game.hpp Added move finding/selection 2022-04-14 22:40:00 -04:00
main.cpp Added move finding/selection 2022-04-14 22:40:00 -04:00
piece.cpp Initial version, load default FEN, displays for 5 seconds and closes 2022-04-14 16:03:32 -04:00
piece.hpp Initial version, load default FEN, displays for 5 seconds and closes 2022-04-14 16:03:32 -04:00
sprites.cpp Added move finding/selection 2022-04-14 22:40:00 -04:00
sprites.hpp Initial version, load default FEN, displays for 5 seconds and closes 2022-04-14 16:03:32 -04:00