Commit 052cdaa0 authored by Radia EL HAMDOUNI's avatar Radia EL HAMDOUNI

added chess_engine.c

parent 64ebb3f7
// Libraries
#include<stdio.h>
#include <string.h>
// files
#include "board.h"
#include "board.c"
#include "play_chess.c"
#include "move_generation.c"
int main()
{
printf("\n\n/****** Start ******/\n\n\n");
play_chess();
return 0;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment