A simple Word Scramble game built with Svelte and TypeScript. The player must guess the correct word from randomly scrambled letters.
Clone the repository:
git clone https://github.com/ClanyX/Word-Scramble.git
cd WordScrambleGame
Install dependencies:
npm install
Start the development server:
npm run dev
Open http://localhost:5173 in your browser.
For a production build, run:
npm run build
If you want to contribute, fork this repository and submit a pull request!
š Made with ā¤ļø using Svelte