BrainChain is a word morpheme puzzle game where players identify common prefixes or suffixes that can combine with multiple words. Each round presents three words that can all be combined with the same morpheme to create compound words.
- You'll be shown sets of three words
- Find the common morpheme (prefix/suffix) that can combine with all three words
- Example: Given "study", "estimate", "rate" → "under"
- Creates: "understudy", "underestimate", "underrate"
- Complete all five sets to finish the game
- "wheel", "over", "trap" → "fly" (flywheel, flyover, flytrap)
- "walk", "word", "stitch" → "cross" (crosswalk, crossword, crossstitch)
- "side", "load", "time" → "down" (downside, download, downtime)
- Godot 4.x
- Download and install Godot from the official website
git clone https://github.com/jkarenko/BrainChain.git
- Create an account and get your API key from OpenAI
- Add your API key
cd BrainChain
echo "YOUR_API_KEY" > openai_api_key.txt
godot .