Craftogram
A ComputerCraft Puzzle Based on Cryptograms
What is Craftogram?
Craftogram is a game based on encrypting a word or phrase, and then guessing it. It is very similar to a cryptogram.
What does it do?
The program takes the alphabet and switches the letters around a number of times based on difficulty. It then writes a word or phrase taken randomly from a list in the new alphabet. Finally, you can switch letters, attempting to find the phrase.
What features does it offer?
Craftogram features a menu with mouse and key support, color, a clean interface, and phrase customization (if you don't mind peeking your head into the code). It is not currently compatible with non-advanced computers, but that may be added in a future update if the community asks for it.
Screenshots:
See the post just below this one.
How do I add my own phrases?
To do that, edit the code in your computer. Right at the top is a table called "Quotes." If you know how, just add your quote to the table. If you don't, at the bottom of that table, type this in:
[#] = "Your phrase here!" -- The # is the next number in the sequence.
Add a comma to the end of the quotes surrounding the phrase before yours, and you're good!
Any plans for Craftogram?
Not really. This was made in an afternoon as a break from a big project I'm working on, so I don't know if I'll ever really update this. If the community wants it though, I think I might take another break and add some things!
If I were to add anything, these are things I'm considering right now:
- Ability to add phrases from inside the program.
- Non-Advanced computer support.
Support for capitalization in the middle of phrasesAdded.- Got anything you would want? Let me know in a reply!
Enjoy!












