Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/katerberg/minimax-experiments

A playground for exploring how performant minimax is in anticipation of the 7drl
https://github.com/katerberg/minimax-experiments

Last synced: 24 days ago
JSON representation

A playground for exploring how performant minimax is in anticipation of the 7drl

Awesome Lists containing this project

README

        

# Minimax Experiments

A playground for minimax performance experiments in anticipation of the 7drl

Primarily focused on tic tac toe

## Installation

```js
nvm use
npm install
```

## Running

```js
npm start
```

## Deploying

Deploys automagically with Github actions