Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 618 Bytes

README.md

File metadata and controls

30 lines (20 loc) · 618 Bytes

a spelling game built with Next.js 14, TypeScript, Tailwind CSS, and ShadcnUI.

Quick Start

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.

Game Rules

-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.

Contributing

Contributions are welcome! Please fork the repo and submit pull requests.