Git Product home page Git Product logo

lines-of-action's Introduction

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage

About The Project

I recreated an abstract strategy board game named Lines of Action. It is a zero-sum game which comprises the area of adversarial search in artificial intelligence.

Features:

  • Playable in
    • 6 X 6 Board
    • 8 X 8 Board
  • Human vs Human mode
  • Human vs AI mode
    • AI best move upto depth 3 (default) (change it as your wish)
    • MiniMax Algorithm
    • Alpha-Beta pruning

Built With

Getting Started

Just clone or download the project on your local machine. Make sure your machine have python 3. My python version is Python 3.6.9

Prerequisites

  • pygame

Installation

Ubuntu

sudo apt-get install python3-pygame

Windows

py -m pip install -U pygame --user

Mac

python3 -m pip install -U pygame --user

Usage

Run

python3 main.py

Pick a board size

Start the game. Black moves first. Human is playing as Black, AI is White. Change the following in constants.py to change to Human vs Human mode.

AImode = False

White (AI) eventually wins this game.

It's a part of the offline evaluation (assignment) of CSE 408 course in CSE, BUET.

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.