CHAINMAIL
A word-guessing game where you receive chain letters and guess words omitted from them. A terminal game that also runs in windowed and browser modes. I didn't quite have enough time to build out the mechanics- the score, money, and income are intended to hook into an idle-game-like system, but currently they do not do anything but go up (or down).
Note: This works best run in a terminal like Alacritty, Kitty, or (less performant) iTerm. The windowed and browser modes work but use a brand new "windowed" feature in bevy_ratatui that is still a work in progress and has some graphical bugs. There are also a couple of visual effects that are turned off in the browser because they rely on features unavailable in the browser.
Instructions:
Each round, a chain letter will appear on the left. Each letter has a time limit, a set of blessings (for if you forward the chain letter), and a set of curses (for if you break the chain). Each blessing or curse has a word omitted, and those words (along with a smattering of decoys) will float past you on the right side of the screen. Your job is to guess which words correspond to blessings, type them in, and submit them with ENTER, while avoiding words that correspond to curses. Try to find all the blessings before time runs out!
Leave a comment
Log in with itch.io to leave a comment.