Coder Social home page Coder Social logo

go-board's Issues

Bug: incorrect capture

I noticed this unusual behavior

given the below board,
if player ░░ places at [2,8]
it considers it a capture of the player ██s pieces

 0 1 2 3 4 5 6 7 8
0██████████████████
1██████████████████
2████████████████  
3████████████████░░
4██████████████████
5██████████████████
6██████████████████
7██████████████████
8██████████████████
capture @ 8,2 by 1
 0 1 2 3 4 5 6 7 8
0                  
1                  
2                ░░
3                ░░
4                    
5                  
6                  
7                  
8                  

drop-check

Does the current program support hijacking verification, and how is it written?

how to score

(suppose it depends on what rules you are using but)
how to count territory?

Possible redundant line?

What's the reasoning behind this line

sign = sign > 0 ? 1 : -1
?

Is it to allow for flexibility in letting us use any positive integer to represent Black and any negative integer to represent White?
I think this would, however, never see its use if we made use of the type file.

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.