GithubHelp home page GithubHelp logo

abulmo / edax-reversi Goto Github PK

View Code? Open in Web Editor NEW
99.0 9.0 31.0 444 KB

Edax reversi version 4.4 and above

License: GNU General Public License v3.0

C 99.53% Makefile 0.47% Dockerfile 0.01%
othello reversi edax c smp bitboard

edax-reversi's Issues

Asking for help

Hello,

I wanted to create a bot that would play against people over the internet, but ideally by feeding him the board state and getting the next move, so that many people can play at their own pace. And wrapping the communication over HTTP. I have done this for chess using Stockfish.

Is there any tutorial on how to work with the program, ideally with some examples? After downloading (the linux version), all I get is 'Illegal instruction' and the help is not exactly helpful.

How does the position notation work? How do I tell edax to tell me his next move? Can it also validate move from input?

Thank you for doing this project, it looks awesome!

Small bug in ybwc.c

Line 576 a wrong pointer is tested after a malloc
stack->task should be stack->stack

Potential bug in hash.c

In hash.c line 677, the right test is likely:
if (hash->data.move[1] == move)
rather than
if (hash->data.move[0] == move)

otherwise the else if is useless.

That potential bug was already reported in okuhara/edax-reversi-AVX

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.