Giter Site home page Giter Site logo

c_reversi's Introduction

c_reversi

C言語を思い出すために書いてみたリバーシです。 アルファベータ法のようなアルゴリズムで、7手先まで読みます。 それっぽく確定石の計算や、12手前からの終盤の読み切りなどが実装されています。

以下の3種類の遊び方ができます。

  • 黒:自分 vs 白:CPU
  • 黒:CPU vs 白:自分
  • 黒:CPU vs 白:乱択CPU

graphvizで探索やアルファベータ法の打ち切りが、可視化されています。/dfs-visualize.svg /dfs-visualize.svg

think.c 先頭の #define _GRAPHTREE_DISABLE_をコメントアウトすると、.dotファイルが出力されるようになります。 出力には、graphtree.hという、C言語でGraphvizを使用してDFSを可視化しやすくするライブラリを作って使っています。 興味があればご覧ください。 https://github.com/toduq/graphtree.h

役には立たないと思いますが、ライセンスはCC0です。ご自由にお使いください。(ソースコードが間違っていても責任は取れません。) https://creativecommons.org/publicdomain/zero/1.0/deed.ja

以下の場合にIssueなどで教えていただけるととても喜びます。

  • アルゴリズムなどが間違っていそうな時
  • より良いC言語の書き方があるとき

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.