Rust-2048

An implementation of 2048 in rust with an emphasis on variability and adaptability compared to other implementations.

Goals

implement 2048 to support any sized board without performing any form of board rotation for the move algorithm

Todo

  • Tests
  • Gather random statistics
  • Maybe a GUI