Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wanderhuang/game-2048-tui
100% Rust. 2048 in `tui`. Build for fun.
https://github.com/wanderhuang/game-2048-tui
2048-game rust tui
Last synced: 10 days ago
JSON representation
100% Rust. 2048 in `tui`. Build for fun.
- Host: GitHub
- URL: https://github.com/wanderhuang/game-2048-tui
- Owner: WanderHuang
- Created: 2021-10-29T10:27:23.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-06-18T12:42:10.000Z (over 2 years ago)
- Last Synced: 2023-03-03T14:17:51.717Z (almost 2 years ago)
- Topics: 2048-game, rust, tui
- Language: Rust
- Homepage:
- Size: 297 KB
- Stars: 43
- Watchers: 2
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TUI 2048 - Have a relax at anytime - 😎
![2028](./images/2048-game-score.png)
![2028-gif](./images/2048-game.gif)
^_^
## How to run
### repo
1. clone this repo, `git clone https://github.com/WanderHuang/game-2048-tui.git`
2. `cd game-2048-tui`
3. `cargo run`
4. (option) build binary, `cargo build --release`## Purpose
I have been learning Rust for some time, I should make an app to check if I have accepted those Rust knowledges. So come out this simple game app.
If you love this repo, thank you for one star or leave an issue to contact me. Let's keep learning together~
## Furthermore
Rust is a good language, hope me get more experienced on it.
terminal is `termion`, `windows` is not supported **now**!
## Roadmap
It seems that many people like this game, I am going to develop more features.
- [x] basic game function
- [x] score collection
- [ ] more game informations to show
- [ ] LAN Battle
- [ ] cache & restore## LICENSE
MIT