Skip to content

oraqlle/2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

~