GithubHelp home page GithubHelp logo

auto-minesweeper's People

Contributors

biran0079 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

auto-minesweeper's Issues

佬,您好,我使用您的代码遇上了broadcast这个问题

佬,基于您的代码,我做了一点点适配修改(针对别的游戏里的扫雷),遇上了下面这个问题卡住了,想请教请教您咋整这儿...这块代表啥?

ValueError                                Traceback (most recent call last)
~\AppData\Local\Temp\ipykernel_12776\1322433274.py in <module>
      1 # play()
      2 # print(getCellType(1,2, getScreenBitmap()))
----> 3 getBoard()
      4 #saveImage(9, 19, '0-2')
      5 #print(induction(getBoard()))

~\AppData\Local\Temp\ipykernel_12776\659172950.py in getBoard()
     13         l=[]
     14         for j in range(col):
---> 15             l.append(getCellType(i,j, screen))
     16         board.append(l)
     17     printBoard(board)

~\AppData\Local\Temp\ipykernel_12776\1199405664.py in getCellType(i, j, screen)
     21     res = None
     22     for k,v in bitmaps.items():
---> 23         d = distance(f, v)
     24         if d < min:
     25             min = d

~\AppData\Local\Temp\ipykernel_12776\1199405664.py in distance(a, b)
      7 
      8 def distance(a,b):
----> 9     return np.sum(np.square(a-b))
     10 
     11 def getCellType(i, j, screen):

ValueError: operands could not be broadcast together with shapes (1716,) (2496,) 

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.