Search results
9 packages found
Sort by: Default
- Default
- Most downloaded this week
- Most downloaded this month
- Most dependents
- Recently published
Compute the minimum and maximum linear indices in an underlying data buffer which are accessible to an array view.
Minimize/maximize puppeteer browsers in real time!
A generic minmax algorithm engine (with alpha-beta pruning) that can work with any game supplied by the user
- minmax
- min-max
- alpha beta pruning
- alphabeta
- alpha-beta
- ai
- artificial intelligence
- game theory
- game logic
- chess
- checkers
This node.js module exports a generic min-max algorithm, alongside some implementations This package comes with full typescript support!
Minimax is a decision rule used in artificial intelligence, decision theory, game theory, statistics and philosophy for minimizing the possible loss for a worst case (maximum loss) scenario. When dealing with gains, it is referred to as "maximin" to maxim
Math.random with min & max range value
## What is RAM
<h3 align="left"> <pre lang="bash">$ npm add minmax.js</pre> </h3>
Simple connect 4 game made with React and Typescript with an AI using the Minmax algorithm