Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/de-sh/twozero48
A CLI implementation of 2048, in rust
https://github.com/de-sh/twozero48
Last synced: 3 months ago
JSON representation
A CLI implementation of 2048, in rust
- Host: GitHub
- URL: https://github.com/de-sh/twozero48
- Owner: de-sh
- License: mit
- Created: 2021-06-25T13:27:25.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-07-10T17:50:57.000Z (over 3 years ago)
- Last Synced: 2024-10-11T14:13:27.664Z (4 months ago)
- Language: Rust
- Size: 27.3 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# twozero48
A CLI implementation of 2048, in rust## Demo
To play the game, after cloning to local and opening the directory in terminal, run
```
cargo run
```## License
Code in this repository is licensed under the permissive MIT license. All code contributions are by default considered to be under the same.