Code Monkey home page Code Monkey logo

chess's Introduction

LinkedIn Badge

Hi there ๐Ÿ‘‹

I like solving complex problems.

Projects ๐Ÿ‘ทโ€โ™‚๏ธ

  • RealEstateContent.ai ๐Ÿ  - All in one social media content scheduler for Real Estate with automatic content generation using AI
  • ArpeggiU ๐ŸŽธ - Music tablature app, built with advanced AI to allow you to create music easier

Latest Blog Posts ๐Ÿ“

Github ๐Ÿ“ˆ

Ben's GitHub Stats

Technologies & Tools ๐Ÿ”ง

chess's People

Contributors

bellerb avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar

chess's Issues

Problem with checkmate

Check mate not working returning [0,0,0], forcing users to capture king.

EPG = '1b5k/7P/p1p2np1/2P2p2/PP3P2/4RQ1R/q2r3P/6K1 w - -'

image

Cannot identify checkmate

Hi,

there is an error in the checkmate validation, but I cannot really understand the code to fix it properly, but the error is here:

https://github.com/bellerb/chess/blob/main/chess.py#L321

if k_pos[0] not in g_moves:
  if len(self.log) > 0 and self.log[-1][-1] is not '+':
      self.log[-1] += '+' #Check
  return [0, 0, 0]

I don't get why you check if self.log[-1][-1] is not '+'if this part of the code and some lines below are the only place that adds the '+' to the move.

You can test with the following EPD='4kb2/rpp1p3/6p1/6Np/3Q1B2/4P2b/PPP2PPP/RN1R2K1 w - -'
The winning move is d4 d8.
Roberto

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.