Skip to content
Game 5 8 Units

Word Scramble

A word puzzle game — unscramble jumbled letters on blue tiles to find the hidden word.

Scrambled letters on blue tiles with the game header

Letters appear on blue tiles, jumbled into a random order. Type the word you think they spell. Get it right and the tiles turn green with a victory jingle. Get it wrong and the answer is revealed in red, letter by letter. Ten rounds, words getting longer. Short words are easy — long words are not.

Results screen — GAME OVER with score and rating

What You’ll Learn

  • String variables — storing and comparing text with LET w$ = "cat"
  • LEN — measuring word length to draw the right number of tiles
  • String slicing — extracting characters with w$(i TO i)
  • Concatenation — building new strings with +
  • The scramble algorithm — randomly reordering letters
  • DATA and READ — storing a word list inside the program
  • Colour feedback — green tiles for correct, red for wrong, border flash

Prerequisites

Complete Game 4: Hot and Cold first. You’ll need PRINT AT, FOR/NEXT, INPUT, and colour commands.

Unit Roadmap

8 of 8 units available