- globals.h
- attack.cpp
- gen.cpp
- eval.cpp
- init.cpp
- search.cpp
- hash.cpp
- main.cpp
- update.cpp
Creating an executable
- Download the above files when I have uploaded them.
- Download and install the free program Microsoft Visual C++ 2010.
- Start a new project. Choose a name.
- Select Win32 console program. It needs to be this type in order to play with other engines.
- Turn off pre-compiler header files. This choice doesn't work with this project.
- Build and run the project to make sure it is working.
- Select add new file.
- Select .cpp source file.
- Rename it attack.cpp
- Copy and paste the text from attack.cpp to it.
- Repeat steps 7 to 10 for the remaining files.
- Build and run the program.
No comments:
Post a Comment