Giter Club home page Giter Club logo

edax-reversi's People

Contributors

2bear avatar abulmo avatar edquist avatar lavox avatar ofekih avatar sensuikan1973 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  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  avatar  avatar  avatar

edax-reversi's Issues

Segmentation Fault when using "book save" or "book store" Commands

Problem Overview

I am encountering a segmentation fault when using the book save or book store commands in EDAX. The program crashes with the following error message:

zsh: segmentation fault /Users/my_username/Othello/edax/edax

Environment Information

  • EDAX Version: 4.4
  • Operating System: macOS 14.4.1 (23E224)
  • Hardware: M3 MacBook Air 15-inch (16GB RAM)
  • Build Information: I did not build EDAX myself. I am using the precompiled version from the release (edax-macosx.zip).

Steps to Reproduce

  1. Load a book file with the book load command.
  2. Attempt to save or store the book with the book save or book store commands.
  3. The program crashes with the following error:
    zsh: segmentation fault /Users/my_username/Othello/edax/edax

Commands like book info that involve reading from the book file work correctly.

Additional Information

  • I tested this with multiple book files of different sizes, and the same error occurs.
  • I also tried running EDAX using Rosetta 2, but the same error occurs.

If you need any additional information or specific files, please let me know. I appreciate your assistance in resolving this issue.

Since I am not a native English speaker, sorry for my poor English.
Thank you.

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

Small bug in ybwc.c

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

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!

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.