caei is an implementation of the 2048 game in Rust 🦀
To play the game via a UI, you need to start first the server under caei-server
:
cd caei-server/
cargo un
And then, in a new terminal, start the client under caei-ui
:
cd caei-ui/
npm start
You can run the game via a CLI by running the caei-cli
project:
cargo run --bin caei-cli