Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

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

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages