Skip to content

nwilson314/bevy-2048

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Bevy-2048

A simple Rust remake of the 2048 game using the Bevy Game Engine. Follows the tutorial in the excellent Rust Adventure series.

To Play

First you need to install Rust and Cargo. On Linux or macOS you can run:

$ curl --proto '=https' --tlsv1.2 https://sh.rustup.rs -sSf | sh

On macOS you may need to install a C compiler by running:

$ xcode-select --install

Once you have Rust and Cargo working... you're ready to go! From the root directory, type:

$ cargo run

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages