https://github.com/nathom/solve2048
Solving 2048
https://github.com/nathom/solve2048
Last synced: 26 days ago
JSON representation
Solving 2048
- Host: GitHub
- URL: https://github.com/nathom/solve2048
- Owner: nathom
- Created: 2024-03-26T05:31:30.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-28T06:10:21.000Z (about 2 months ago)
- Last Synced: 2025-03-28T07:22:43.451Z (about 2 months ago)
- Language: JavaScript
- Size: 605 KB
- Stars: 7
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Solving 2048
This repo implements
- Monte Carlo Tree Search
- Expectimax
- N Tuple Networksall of which can be evaluated in a high performance 2048 framework.