Skip to content

vrishk/2048.rs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

2048.rs

2048 in the console with Rust. Inspired from 2048.c.

Example

Requirements

  • rustc compiler

Install

curl -L https://raw.githubusercontent.com/vrishk/2048.rs/master/2048.rs > 2048.rs
rustc 2048.rs && ./2048

Gameplay

Use wasd followed by enter to move up, left, down, right respectively.

About

2048 in the console made with Rust

Topics

Resources

Stars

Watchers

Forks

Languages