2048 game in the terminal!
sh
brew tap Nhanderu/packages
brew install dois-mil
sh
cargo install dois-mil
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.