Skip to content

NickLewanowicz/overboard-ai

Repository files navigation

overboard-ai

This is a simple implementation of MiniMax intelligent search using alpha beta pruning in the webbrowser. The objective of this project is to see the performance of a intelligent search algorithm in a generic browser, the practical applications of which could be fairly interesting given this powerful technique.

This is done using ember js web framework. You can see the demo here: https://nicklewanowicz.github.io/overboard-ai/

Below are the instructions to install and modify this yourself.

Prerequisites

You will need the following things properly installed on your computer.

Installation

  • git clone <repository-url> this repository
  • cd overboard-ai
  • npm install

Running / Development

Building

  • ember build (development)
  • ember build --environment production (production)

About

AI Bot using Minimax search and Alpha Beta Pruning to play a game of overboard

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 3

  •  
  •  
  •