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
- Host: GitHub
- URL: https://github.com/feliciousx/rust-2048
- Owner: FeliciousX
- License: mit
- Created: 2015-05-27T09:11:48.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2015-06-12T10:57:37.000Z (about 11 years ago)
- Last Synced: 2025-10-14T06:13:56.160Z (9 months ago)
- Language: Rust
- Size: 156 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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