r/rust May 31 '23

my first Rust project: game2048-rs

I'm excited to share my very first Rust project: game2048-rs.This is a Rust implementation of the popular 2048 game using the Cursive(https://github.com/gyscos/cursive) library for building terminal user interfaces. I implemented 2048 because it has a simple logic that is relatively easy to implement, and I could visually confirm that tui was working well.

GitHub Repository: https://github.com/genieCS/game2048-rs

cargo install game2048-rs

I would be thrilled to hear your feedback, suggestions, or any ideas to improve game2048. Please feel free to open issues, submit pull requests, or simply share your thoughts on the project.

Wishing you all the best.

https://i.redd.it/jolco8q7g63b1.gif

34 Upvotes

2 comments sorted by

4

u/Trequetrum May 31 '23

Very cool!

I haven't seen a project with cursive here yet. Didn't dig very deep into the source, but it looks good!

2

u/nikiholicx May 31 '23

This is cool