2048 game in the terminal!
For now, you'll need to use cargo run
to execute it.
dois-mil
Runs the game with default configuration.
dois-mil help
Shows the CLI help message.
dois-mil version
Shows the CLI version.
dois-mil <grid size>
Runs the game with a different grid size (e.g. dois-mil 6
executes a 6x6 grid). The bigger the grid, the easier
the game gets.
This project code is in the public domain. See the LICENSE file.