Git Product home page Git Product logo

chess-ai's Introduction

Hi ๐Ÿ‘‹, I'm Aayush Shukla

Self-taught programmer โ€ข Open-source developer





  • ๐Ÿ”ญ Iโ€™m currently working on a Chess AI in Python, and an open-source chat application, Conversa.

  • ๐ŸŒฑ Iโ€™m currently learning Dart, Flutter and JavaScript.


a2ys


Overall Stats

chess-ai's People

Contributors

a2ys avatar koshambib avatar

Stargazers

 avatar  avatar

Watchers

 avatar  avatar

Forkers

koshambib

chess-ai's Issues

The engine allows the King to be captured in a specific position

The FEN k7/6p1/8/q4P1K/8/8/8/8 b KQkq - 0 1, and similar FENs with the same arrangement of the King, Queen and the pawns, allow the King to be captured due to a bug in validation of the En-passant move.

The board arrangement can be reproduced by uncommenting Line 5 in defs/Constants.py and commenting Line 4 in the same file.

Incorrect amount of moves being generated

The tests fail at a depth of 5.

Logs are below:

self = <move_test.Tests testMethod=test_fifth>

    def test_fifth(self) -> None:
        gs = board.GameState()
>       self.assertEqual(self.total_moves(5, gs), 4865609)
E       AssertionError: 4865351 != 4865609

move_test.py:44: AssertionError

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.