Git Product home page Git Product logo

crafty-chess's Introduction

Crafty-Chess

Source code for the chess enginee Crafty

I didn't write this code but I have tried to collect all versions of the chess enginee Crafty here. Each commit is a different version and I have used tags so it should be easy to switch and compare different version.

Feel free to contact me with any questions about this code and repository.

crafty-chess's People

Contributors

martinmspedersen avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

crafty-chess's Issues

Can't 'make book' on Ubuntu 18.04

Hi Martin,

I realize this isn't your code but you might be able to help since the official documentation is barren of mentions of how to compile book.bin.

Included in the source code is a book.c file. Is this to compile and output a 'book' executable file which is then used to make books.bin from the .pgn file? If so, first, I had to edit book.c and chess.h to insert a '#define UNIX' so that it wouldn't keep trying to load 'windows.h'. Second, I got these errors:

make book

cc book.c -o book
/usr/lib/gcc/x86_64-linux-gnu/7/../../../x86_64-linux-gnu/Scrt1.o: In function _start': (.text+0x20): undefined reference to main'
/tmp/ccqptcMM.o: In function Book': book.c:(.text+0x70): undefined reference to moves_out_of_book'
book.c:(.text+0xa5): undefined reference to books_file' book.c:(.text+0xc1): undefined reference to books_file'
book.c:(.text+0xd8): undefined reference to `books_file'

Any ideas? I'm just trying to run crafty chess as a benchmarking tool, and want to give it some books to process and see how long it takes.

Thanks for any insight you can provide.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.