Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 386 Bytes

README.md

File metadata and controls

33 lines (22 loc) · 386 Bytes

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

~