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

https://github.com/feliciousx/rust-2048

2048 in Rust
https://github.com/feliciousx/rust-2048

Last synced: 2 days ago
JSON representation

2048 in Rust

Awesome Lists containing this project

README

          

2048 The Game!
==============

Learning the basics of Rust using 2048.

TODO
====
- [ ] Build tests
- [ ] Use concurrency when merging arrays
- [ ] Follow documentation standards