#puzzle #hackclub #game #cryptogram

app emojigram

Cryptograms are boring. Everyone likes emojis now, let's get emojigrams in style!

3 releases

0.1.2 Nov 10, 2024
0.1.1 Nov 10, 2024
0.1.0 Nov 10, 2024

#44 in Games

Download history 309/week @ 2024-11-08 41/week @ 2024-11-15 8/week @ 2024-11-22 1/week @ 2024-11-29 11/week @ 2024-12-06

70 downloads per month

MIT license

6KB
71 lines

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

Dependencies

~315KB