Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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.

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