https://github.com/transcental/emojigram-rust
https://github.com/transcental/emojigram-rust
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/transcental/emojigram-rust
- Owner: transcental
- License: mit
- Created: 2024-11-10T13:12:31.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-10T14:32:20.000Z (about 1 year ago)
- Last Synced: 2025-05-08T16:17:39.256Z (8 months ago)
- Language: Rust
- Size: 7.81 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Emojigram
This is a port of my old Replit Creates project, Emojigram, to Rust. It's a simple game that takes a string and converts it into a series of emojis. The emojis are then displayed on the screen, and the user has to guess what the original string was.
Currently all of the sentences are hardcoded, but I plan to add a feature that will allow for thousands of different sentences.
## How to play
- Make sure you have Rust and Cargo installed
- Install it! `cargo install emojigram`
- Run it! `emojigram`
- Enjoy it!
See on [crates.io](https://crates.io/crates/emojigram)