Word Duel
[[ currentLevel]]
[[ nextLevel]]
Word Duel
What could be better than logical puzzles and even some mind games that not only make you strain your brain but also give you the opportunity to have fun? The presented project is a computer implementation of the popular scrabble, where you and your friends fill in empty cells with letters and find words in a combination of available letters. The more sophisticated and longer the word, the more points the player gets.
The Word Duel is such a game with a simple exception - here you are confronting one player, not the whole company, and the time to make a decision is very limited. No one will let you think about your move for as long as it happens at the family table. Are you ready to try your hand? Then boldly sit down at the interactive gaming table and start winning duels!
First, you need to determine the level of difficulty of the words that you have to guess. There are several difficulty levels in the game, ranging from B1 (beginner) to C5 (champion). Coded words you will have to select in English. To begin with, the system will find an opponent of a similar level for you, after which you start the game, which consists of five rounds.
In each round, the system will offer a certain set of letters to you and your opponent. Each of you is given a short period of time to assemble the longest possible word from the proposed letters. Whoever gets the most points after five rounds wins.
How to play?
Game controls are very simple so that the game is fully controlled via the mouse. Move the cursor over any letter, hold down the left mouse button and drag it to the desired cell on the main part of the playing field.