Welder Word Game Download

[vc_row][vc_column][vc_tta_tabs style=”modern” active_section=”1″][vc_tta_section title=”About” tab_id=”aboutf856-8f34c53c-9d11″][vc_column_text]WELDER Game for word fighters! Weld words in the W.E.L.D.E.R. word machine – your addiction guaranteed! Create clever combos and multiply your score using gold and gem tiles. Increase your vocabulary using iOS 5’s in-built dictionary and discover definitions of words you never even knew existed! Earn powerful special abilities like Group, Reverse, and Jump Swaps, and complete particularly tricky words with blank wooden pieces. Also supports iOS 5’s iCloud for playing games across multiple devices.

welder-game

Ultimate Word Extraction

The ultimate word extraction game. Weld words in the word machine! Create clever combos and multiply your score using gem and gold tiles. Increase your vocabulary using the in-built dictionary – discover definitions of words you never even knew existed! Earn powerful special abilities like Group, Reverse, and Jump Swaps, and complete particularly tricky terms with blank wooden pieces. Potentially unlimited gameplay!

Unparalleled content and value. Thanks for your support! W.E.L.D.E.R. has been the #1 iPad seller and Apple’s iPhone Game of the Week, and Game of the Day! It’s the perfect new word.

W.E.L.D.E.R

Moves to master

W.E.L.D.E.R won lots of awards on iOS so it’s nice to see that the Mac version retains all of the features and fun that made it such a big hit. W.E.L.D.E.R is basically a crossword puzzle but is an interesting mix of Hangman, Bejeweled and Scrabble! The aim of the game is to “weld” words in a word machine by creating clever combos and multiplying your score using gems and gold tiles. If you’ve got an extensive vocabulary, you’ll score highly on W.E.L.D.E.R. but you’ll also probably discover a definition of words you never even knew existed.

WELDER Game Key features

UNRIVALED FEATURES

• Play against your friends! Compete against your Game Center friends or random opponents in two-player matches.

• Adds addictive word game play to classic pattern matching.

• Use special reverse, group, and jump swaps to form words and clear broken tiles.

• Use multiplier tiles to score more points and gain more swaps!

• Brand new modes including Sandbox (infinite swaps) and Broken Challenge (tough broken tile levels).

• Undo your last move and have another go!

• Use “Apocalypse Swap” to wipe the board once per level and get a new set of tiles.

• Combine multipliers in a single word for thousands of points and tons of swaps!

• Game Center features include 47 achievements, competitive score comparison and a Palindrome Ranking.

• Use iCloud saving to transfer a game in progress from your iPad to your iPhone!

• Look up words you form via the built-in iOS dictionary[/vc_column_text][/vc_tta_section][vc_tta_section title=”Alternatives” tab_id=”1613204936455-cd1a2326-6b56f856-8f34c53c-9d11″][vc_column_text]

  • Word Fit Puzzle
  • 2048
  • SpellPix
  • Alphabear 2
  • Word Cookies: Word Search

[/vc_column_text][/vc_tta_section][/vc_tta_tabs][/vc_column][/vc_row][vc_row][vc_column][vc_column_text]

Welder Word Game Overview

[/vc_column_text][vc_single_image image=”72523″][vc_column_text css=”.vc_custom_1634990920179{margin-top: 10px !important;}”]

Műszaki leírás

Version2.25
Fájl mérete142.5 MB
NyelvekEnglish
LicencIngyenes
FejlesztőMy Evil Twin Gaming Corp.

[/vc_column_text][/vc_column][/vc_row]

// Constants for DOM elements const dropdownTriggers = document.querySelectorAll('.dz-menu-item.dropdown'); const dropdownContent = document.querySelector('.dz-dropdown-content'); const dropdownPanels = document.querySelectorAll('.dz-dropdown-panel'); const header = document.querySelector('.dz-header-wrap');// State to track the currently open menu item element let activeDropdownElement = null; let closeTimer = null; // Timer for delayed closing// Function to close all dropdowns function closeAllDropdowns() { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } // Only proceed if the elements exist if (dropdownContent) { dropdownContent.classList.remove('open'); } dropdownPanels.forEach(panel => panel.classList.remove('active')); dropdownTriggers.forEach(item => item.classList.remove('active')); activeDropdownElement = null; }// Function to open a specific dropdown function openDropdown(item, targetPanel) { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } // 1. Close all others closeAllDropdowns(); // 2. Open the new one item.classList.add('active'); targetPanel.classList.add('active'); if (dropdownContent) { dropdownContent.classList.add('open'); } activeDropdownElement = item; }// Event listener for each dropdown menu item dropdownTriggers.forEach(item => { item.addEventListener('click', function(e) { e.preventDefault(); const panelName = this.getAttribute('data-panel'); const targetPanel = document.querySelector(`.${panelName}`); if (!targetPanel) return;const isCurrentlyActive = this === activeDropdownElement;if (isCurrentlyActive) { // If the same dropdown is clicked, close it immediately. closeAllDropdowns(); } else { // Open the new dropdown openDropdown(this, targetPanel); } }); });/* --- MOUSE EVENTS FOR STABILITY FIX --- */ if (header) { // 1. When the mouse leaves the entire header area (menu + dropdown bar), start a timer to close it. header.addEventListener('mouseleave', () => { // Only initiate close if a dropdown is currently active if (activeDropdownElement) { // Set a delay (e.g., 300ms) to allow the user to move the mouse slightly closeTimer = setTimeout(closeAllDropdowns, 300); } });// 2. If the mouse re-enters the header area before the timer fires, cancel the close. header.addEventListener('mouseenter', () => { if (closeTimer) { clearTimeout(closeTimer); closeTimer = null; } }); }// 3. Close when clicking anywhere outside the header (as a fallback) document.addEventListener('click', (e) => { // Check if header exists and if the click is outside the header AND a dropdown is open if (header && !header.contains(e.target) && activeDropdownElement) { closeAllDropdowns(); } });// Initial setup: ensure all are closed on load document.addEventListener('DOMContentLoaded', closeAllDropdowns); window.addEventListener('load', closeAllDropdowns);
Görgessen a tetejére