/2048

Naïve implementations of 2048

Primary LanguageRustMIT LicenseMIT

2048

The famous 2048 game implemented in Rust, Elixir and Zig.

Table of Contents

To download, clone the repo locally.

git clone https://github.com/oraqlle/2048.git
cd 2048

Rust

cd 2048-rust
cargo run --release

Elixir

~

Zig

~