Skip to content

jkarenko/BrainChain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BrainChain

BrainChain Demo

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.

How to Play

  1. You'll be shown sets of three words
  2. Find the common morpheme (prefix/suffix) that can combine with all three words
  3. Example: Given "study", "estimate", "rate" → "under"
    • Creates: "understudy", "underestimate", "underrate"
  4. Complete all five sets to finish the game

Examples of Word Sets

  • "wheel", "over", "trap" → "fly" (flywheel, flyover, flytrap)
  • "walk", "word", "stitch" → "cross" (crosswalk, crossword, crossstitch)
  • "side", "load", "time" → "down" (downside, download, downtime)

How to Run

Prerequisites

  • Godot 4.x

Install Godot

Clone the repository

git clone https://github.com/jkarenko/BrainChain.git

Add your OpenAI API key

  • Create an account and get your API key from OpenAI
  • Add your API key
cd BrainChain
echo "YOUR_API_KEY" > openai_api_key.txt

Open the project in Godot

godot .

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published