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: 3 months 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
- Archived: true
- Created: 2024-01-28T20:10:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-04-01T20:19:58.000Z (about 1 year ago)
- Last Synced: 2025-01-18T17:32:08.466Z (4 months ago)
- Language: TypeScript
- Size: 1020 KB
- Stars: 0
- Watchers: 2
- 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