Code Monkey home page Code Monkey logo

gomoku's Issues

牛逼+刁爆天

如题~非常感谢,对我写另外一种游戏的AI算法启发很大!!!

简单难度AI的那些值是随便定的么?

就是这些:
// tuple is empty
GGTupleTypeBlank = 7,
// tuple contains a black chess
GGTupleTypeB = 35,
// tuple contains two black chesses
GGTupleTypeBB = 800,
// tuple contains three black chesses
GGTupleTypeBBB = 15000,
// tuple contains four black chesses
GGTupleTypeBBBB = 800000,
// tuple contains a white chess
GGTupleTypeW = 15,
// tuple contains two white chesses
GGTupleTypeWW = 400,
// tuple contains three white chesses
GGTupleTypeWWW = 1800,
// tuple contains four white chesses
GGTupleTypeWWWW = 100000,
// tuple contains at least one black and at least one white
GGTupleTypePolluted = 0

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.