Play Scrabble Blast, the fast-paced puzzle version of the classic board game Scrabble. Our version does not require Flash. Create words with high value tiles and use the bonus squares to score as many points as possible. Complete a level by creating 10 words before any Number Bomb reaches the bottom of the board. Which score rank can you reach?
This will output a clearly formatted hierarchy, making it easy to distinguish between slice indices and struct fields.
go install github.com/xdump/xdumpgo@latest
For huge files, always use StreamDumper , not NewDumper .
(Note: Replace username with the appropriate repository owner, typically found on the project's GitHub page.) Once installed, verify it by running: xdumpgo --version Use code with caution. Copied to clipboard 2. Basic Hex Dumping
: A list of tables that will be exported in their entirety (e.g., configuration or lookup tables). PARTIAL_TABLES : A dictionary mapping table names to specific statements to filter the data. Example Configuration: FULL_TABLES categories PARTIAL_TABLES SELECT * FROM employees WHERE id > 100 SELECT * FROM orders WHERE created_at > "2023-01-01" Use code with caution. Copied to clipboard 4. Running the Dump
type User struct Name string Email string Role string xml:"role,attr" // Example using XML tags
This will output a clearly formatted hierarchy, making it easy to distinguish between slice indices and struct fields.
go install github.com/xdump/xdumpgo@latest
For huge files, always use StreamDumper , not NewDumper .
(Note: Replace username with the appropriate repository owner, typically found on the project's GitHub page.) Once installed, verify it by running: xdumpgo --version Use code with caution. Copied to clipboard 2. Basic Hex Dumping
: A list of tables that will be exported in their entirety (e.g., configuration or lookup tables). PARTIAL_TABLES : A dictionary mapping table names to specific statements to filter the data. Example Configuration: FULL_TABLES categories PARTIAL_TABLES SELECT * FROM employees WHERE id > 100 SELECT * FROM orders WHERE created_at > "2023-01-01" Use code with caution. Copied to clipboard 4. Running the Dump
type User struct Name string Email string Role string xml:"role,attr" // Example using XML tags
Top score!
Congrats! Your score qualifies for the top 10 scores. If you want to add your score to the leaderboards, fill out your name and press submit.
Share Scrabble Blast
Read this first: Scrabble FAQ
How are the words validated?
The game uses a dictionary that follows the same language rules as the NASPA Word List 2020 Edition (NWL2020). Those rules are made by NASPA, the North American Scrabble Players Association. You can find an overview of the accepted two-letter words here.
No, words placed by the computer cannot be challenged. The computer only places words that are in the word list we use, you can be sure they are valid.
How are the letters dealt?
The dealing of letters is completely at random, so it means that it can happen that you have (almost) only vowels, or don’t receive high value letters. If you are not happy with the letters you receive, blame probability calculation! You can always swap your letters if you cannot find a good word to play.
No, this is not possible. In a real-life game of Scrabble, you also cannot see the letters of your opponent. The official rules also state that you cannot see your opponent’s rack.
Provide feedback
Hi, I'm Tomas from SolitaireParadise.com and I would love to hear your opinion about this game, or if something is not working. Just let me know and I will do my best to look into it! Your feedback will NOT be visible for anyone except me.
If a game is not working, make sure to give some details about what is wrong, and your email so I can contact you with a solution.