Skip to content

rish-16/Cinimax

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Cinimax

Minimax Implementation in C


Running Cinimax

Go to the src directory and run the object created:

$ ./minimax

To recompile the C code, you can type in the following (do change the object name to whatever you prefer)

$ gcc -o minimax minimax.c

Or if you prefer using clang,

$ clang minimax.c -o minimax

About

Minimax Implementation in C

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages