2048 clone created with Bevy game engine.
I made this game because I wanted to get better at Rust and learn the new engine Bevy. It was fun to make this game and I learned a lot about Rust and Bevy. I think Bevy has a lot of potentials, and it's now one of my favorite game engines.
- This game was made at first with bevy 0.2.1 and then was upgraded to bevy 0.3.0.
- I have no intention to continue developing it.
-
Install Cargo. (You can look at the book here.)
-
Clone or download this project.
Cloning using git:$ git clone https://github.com/MeirKlemp/bevy_2048
-
Run the game through cargo:
$ cargo run --release
You can see the whole list here.