Git Product home page Git Product logo

tashfiaj / minichess Goto Github PK

View Code? Open in Web Editor NEW

This project forked from swarnaislam/minichess

0.0 0.0 0.0 377 KB

6x5 Minichess is a compact and fast-paced variant of traditional chess, played on a smaller 6x5 board. It offers strategic depth and quick decision-making, making it an exciting twist on the classic game. With fewer pieces and a condensed battlefield, it's a challenging and engaging chess experience.

Python 100.00%

minichess's Introduction

Technology Used: Python

Features:

  1. MiniChess 6X5 board game(Quick-Chess variant)
  2. Choosing between playing against human and computer
  3. Game Reset
  4. Pawn promotion to latest capture
  5. Displaying valid moves upon piece selection
  6. If king is in check, the game prevents any other move until the king is protected from the check

Game Mechanics:

  1. Base algorithm used for AI: Negamax (variant of Minimax)
  2. Alpha-Beta Pruning is used to minimize the game tree
  3. Principal Variation Search (PVS) is implemented to enhance Alpha-Beta performance
  4. Move ordering is used to increase the efficiency of search and reduce the number of nodes
  5. Evaluation is done based on piece score, checkmate, check and piece captured.
  6. Valid moves generation of each piece, pin checking are done

minichess's People

Contributors

swarnaislam avatar ahnafmubashshir avatar tashfiaj avatar swarnaislam12 avatar

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.