1.5 Metre Giant Scrabble Game
.gsc{ --blue:#06A9F6; --blue-dark:#0480BA; --blue-soft:#EAF6FE; --yellow:#F7B33E; --yellow-soft:#FFF6E8; --green:#89C83C; --green-soft:#F1F9E8; --white:#FFFDFD; --ink:#16202A; --in k-soft:#5A6670; --line:rgba(22,32,42,0.14); --radius:22px; --shadow: 0 24px 48px -28px rgba(22,32,42,0.28); } .gsc *{box-sizing:border-box;} .gsc{margin:0; background:var(--white); color:var(--ink); font-family:'Montserrat', sans-serif; line-height:1.6;} .gsc h2, .gsc h3, .gsc h4{font-family:'Montserrat', sans-serif; font-weight:700; margin:0 0 0.4em 0; letter-spacing:-0.01em;} .gsc .mono{font-family:'Montserrat', sans-serif; font-weight:600; letter-spacing:0.04em; text-transform:uppercase; font-size:0.72rem;} .gsc a{color:inherit;} .gsc .wrap{max-width:1160px; margin:0 auto; padding:0 28px;} .gsc img, .gsc svg{display:block; max-width:100%;} .gsc a:focus-visible, .gsc button:focus-visible, .gsc summary:focus-visible{outline:3px solid var(--blue-dark); outline-offset:3px;} .gsc .photo-card{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--blue-soft);} .gsc .photo-card img{width:100%; display:block; object-fit:contain;} .gsc .promo{background:var(--ink); color:var(--white); text-align:center; font-weight:600; font-size:0.72rem; letter-spacing:0.06em; text-transform:uppercase; padding:9px 12px;} .gsc .intro{padding:56px 0 20px;} .gsc .intro h2{font-size:2rem; max-width:32ch;} .gsc .intro p{color:var(--ink-soft); font-size:1.08rem; max-width:62ch;} .gsc .badges{display:flex; flex-wrap:wrap; gap:10px; margin-top:20px;} .gsc .badge{background:var(--blue-soft); border:1px solid var(--line); border-radius:999px; padding:8px 16px; font-size:0.85rem; font-weight:700;} .gsc .glance{padding:0 0 40px;} .gsc .glance-table{width:100%; border-collapse:collapse; max-width:640px;} .gsc .glance-table td{padding:10px 14px; border-bottom:1px solid var(--line); font-size:0.92rem;} .gsc .glance-table td:first-child{font-weight:700; color:var(--ink-soft); width:45%;} .gsc .included{padding:48px 0 68px; background:var(--white);} .gsc .included-grid{display:grid; grid-template-columns:1.05fr 1fr; gap:56px; align-items:center;} .gsc .included h3{font-size:1.6rem;} .gsc .included-sub{color:var(--ink-soft); font-size:1.02rem; margin:12px 0 22px; max-width:46ch;} .gsc .included-list{list-style:none; margin:0; padding:0; display:flex; flex-direction:column; gap:14px;} .gsc .included-list li{display:flex; align-items:flex-start; gap:12px; font-size:1rem;} .gsc .included-list .ic{width:24px; height:24px; border-radius:50%; background:var(--blue-soft); color:var(--blue-dark); display:flex; align-items:center; justify-content:center; font-size:0.75rem; font-weight:800; flex:none; margin-top:2px;} .gsc .included-list strong{display:block;} .gsc .included-list span.desc{color:var(--ink-soft); font-size:0.92rem;} .gsc .story-block{padding:64px 0;} .gsc .story-block.bg-blue{background:var(--blue-soft);} .gsc .story-block.bg-yellow{background:var(--yellow-soft);} .gsc .story-block.bg-green{background:var(--green-soft);} .gsc .story-block.bg-white{background:var(--white);} .gsc .story-grid{display:grid; grid-template-columns:1fr 1fr; gap:56px; align-items:center;} .gsc .story-block.reverse .story-grid{direction:rtl;} .gsc .story-block.reverse .story-grid > *{direction:ltr;} .gsc .story-photo{border-radius:var(--radius); overflow:hidden; box-shadow:var(--shadow); background:var(--white); position:relative;} .gsc .story-photo img{width:100%; display:block; object-fit:contain;} .gsc .story-num{font-size:1rem; font-weight:700; color:var(--blue-dark); text-transform:uppercase; letter-spacing:0.03em; display:block; margin-bottom:12px;} .gsc .story-block h3{font-size:1.5rem;} .gsc .story-block p{color:var(--ink-soft); font-size:1.02rem;} .gsc .dims{padding:64px 0; background:var(--blue-soft);} .gsc .dims h3{font-size:1.7rem;} .gsc .dims-sub{color:var(--ink-soft); margin-bottom:30px;} .gsc .dims-list{list-style:none; margin:0; padding:0; max-width:640px;} .gsc .dims-list li{display:flex; justify-content:space-between; gap:20px; padding:12px 0; border-bottom:1px solid rgba(22,32,42,0.14); font-weight:600;} .gsc .dims-list li span.val{color:var(--ink-soft); font-weight:600; text-align:right;} .gsc .specs{background:var(--white); padding:64px 0; border-top:1px solid var(--line);} .gsc .specs h3{font-size:1.8rem; margin-bottom:8px;} .gsc .specs-sub{color:var(--ink-soft); margin-bottom:36px;} .gsc .specs-grid{display:grid; grid-template-columns:repeat(2, 1fr); gap:32px;} .gsc .spec-group h4{font-size:1.02rem; color:var(--blue-dark); margin-bottom:10px;} .gsc .spec-group ul{margin:0; padding-left:18px; color:var(--ink-soft); font-size:0.95rem;} .gsc .spec-group ul li{margin-bottom:6px;} .gsc .spec-group p{color:var(--ink-soft); font-size:0.95rem; margin:0;} .gsc .faq{padding:64px 0; background:var(--yellow-soft);} .gsc .faq h3{font-size:1.8rem; margin-bottom:8px;} .gsc .faq-sub{color:var(--ink-soft); margin-bottom:30px;} .gsc details{border-bottom:1px solid rgba(22,32,42,0.14); padding:18px 0;} .gsc details:first-of-type{border-top:1px solid rgba(22,32,42,0.14);} .gsc summary{cursor:pointer; font-weight:700; font-size:1rem; list-style:none; display:flex; justify-content:space-between; align-items:center; gap:16px;} .gsc summary::-webkit-details-marker{display:none;} .gsc summary::after{content:"+"; font-weight:700; font-size:1.4rem; color:var(--blue-dark); flex:none; transition:transform 0.2s ease;} .gsc details[open] summary::after{transform:rotate(45deg);} .gsc details p{color:var(--ink-soft); margin:12px 0 0; max-width:64ch;} .gsc .related{background:var(--ink); padding:64px 0;} .gsc .related h3{font-size:1.6rem; color:var(--white);} .gsc .related-sub{color:rgba(255,253,253,0.68); margin-bottom:30px;} .gsc .related-grid{display:grid; grid-template-columns:repeat(3, 1fr); gap:20px;} .gsc .rel-card{background:rgba(255,253,253,0.06); border:1px solid rgba(255,253,253,0.16); border-radius:var(--radius); padding:24px;} .gsc .rel-card .mono{color:var(--yellow);} .gsc .rel-card h4{color:var(--white); font-size:1.08rem; margin:8px 0 6px;} .gsc .rel-card p{color:rgba(255,253,253,0.7); font-size:0.9rem; margin:0 0 14px;} .gsc .rel-link{font-weight:700; font-size:0.88rem; color:var(--blue); text-decoration:none; border-bottom:2px solid var(--blue);} .gsc footer.site{padding:32px 0; text-align:center; color:var(--ink-soft); font-size:0.85rem;} @media (max-width: 860px){ .gsc .included-grid{grid-template-columns:1fr;} .gsc .story-grid, .gsc .story-block.reverse .story-grid{grid-template-columns:1fr; direction:ltr;} .gsc .specs-grid{grid-template-columns:1fr;} .gsc .related-grid{grid-template-columns:1fr;} } Authorised Jenjo Games Dealer • Free Shipping Australia Wide • 12,000+ Happy Customers Giant Games 1.5 Metre Giant Scrabble Game: Word Games at Backyard Scale The same word building challenge as the game in your cupboard, just a great deal bigger. Combine wooden letter tiles into words on the 1.5 metre mat and tally up the points, with room for two to four players at a time. ✓ 100 Wooden Letter Tiles ✓ Suits 2 to 4 Players ✓ Ages 10 and Up ✓ Includes Carry Bag Letter Tiles 100 wooden tiles, 8cm each Playing Mat 1.5m x 1.5m Players 2 to 4 Recommended Ages 10+ What's Included Everything needed for family game night, scaled up. ✓100x Wooden Letter Tiles (8cm)Big enough to read and handle with ease. ✓4x Playing Racks (88cm x 10cm)Keep your letters organised between turns. ✓1.5m Playing MatRolls out flat for the full game grid. ✓4x Metal Pegs and Carry BagAnchor the mat, then pack it all away. Spell Out the Win Combine tiles, score points, take the lead Each player draws seven letters onto their rack, then combines them into a word placed across or down the board, with one letter meeting the centre square. Every letter scores points, and the highest total wins. Big Enough to Notice A 1.5 metre mat that fills the backyard Set up on the lawn, at a party, or anywhere there is space to roll it out, the giant mat and oversized tiles turn a familiar word game into a genuine centrepiece activity. Built for Family Game Nights Pack it away, bring it out again next weekend The mat, racks and tiles all fit into the included carry bag, ready for the next backyard get together, birthday party or family game night. Dimensions A quick reference before you order. Playing Mat 1.5m x 1.5m Letter Tiles 8cm each Playing Racks 88cm x 10cm Recommended Ages 10+ Technical Specifications Everything you need to know before it arrives. What's In the Box 100x wooden letter tiles, 8cm each 4x playing racks, 88cm x 10cm 1.5m playing mat 4x metal pegs Black storage bag and rules Materials Wooden letter tiles and racks paired with a durable outdoor mat. Players and Ages Suits 2 to 4 players, recommended for ages 10 and up. Ready to Play No assembly required. Peg the mat down, distribute the racks and tiles, and start playing. Frequently Asked Questions Everything you need to know before it arrives. How do you play Giant Scrabble? Each player draws seven letter tiles onto their rack, then combines two or more into a word placed on the mat, reading across or down, with one letter touching the centre square. Every letter scores a point, and the player with the highest total wins. How many players does it suit? The game is designed for 2 to 4 players, with four racks included. What age group is this suited to? It is recommended for ages 10 and up, though younger family members can join in with some help forming words. What's included in the box? You will receive 100 wooden letter tiles, 4 playing racks, a 1.5 metre playing mat, 4 metal pegs, a carry bag and rules. Do you ship to PO Box addresses? Unfortunately our courier drivers cannot deliver to PO Box addresses. If you have an alternative address such as a workplace or office, that will keep delivery smooth and on time. More Giant Games Other backyard game options available at All Things For Kids. Two Games in One • $154.95 Jenjo Giant Snakes and Ladders with Dots Game A giant mat with Snakes and Ladders on one side and Dots on the other. Shop Snakes and Ladders → Another Backyard Classic • $109.95 Giant Naughts And Crosses Life size Tic Tac Toe with a rope board and wooden pieces. Shop Naughts And Crosses → Keep the Games Going Giant Outdoor Games Browse the full range of giant lawn and backyard games. Shop Giant Games → All Things For Kids • Authorised Jenjo Games Dealer • Serving Aussie Families Since 2012