Skip to content

juerkkil/chessai

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

chessai

Artificial intelligence for chess game with command line UI. Bascially this is a minimax-algorithm with alpha-beta pruning implemented for chess game. Otherwise quite crappy, should't be used for anything serious.

#Compiling and running:

gcc ai.c io.c board.c moves.c evaluation.c main.c -std=c99 -o main 
./main

About

Artificial intelligence for chess game

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published