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

https://github.com/fede1024/2048-rust

Simple 2048 game solver in Rust
https://github.com/fede1024/2048-rust

Last synced: 2 months ago
JSON representation

Simple 2048 game solver in Rust

Awesome Lists containing this project

README

        

2048 AI in Rust
===============

A very simple 2048 solver using minimax, in Rust.