Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/katerberg/minimax-experiments
- Owner: katerberg
- Created: 2024-01-28T20:10:29.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-25T14:05:09.000Z (8 months ago)
- Last Synced: 2024-03-25T15:49:45.758Z (7 months ago)
- Language: TypeScript
- Size: 860 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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