a spelling game built with Next.js 14, TypeScript, Tailwind CSS, and ShadcnUI.
Clone the repository and install dependencies:
git clone https://github.com/karayamanemre/spellbee.git
cd spellbee
npm install
Run the development server:
npm run dev
Visit http://localhost:3000 to play the game.
-Start with 20 points. -Words must be at least three letters. -Points are based on word length. -Hints cost 20 points, shuffling costs 2 points, new letters cost 50 points.
Contributions are welcome! Please fork the repo and submit pull requests.