Skip to content

A game in which you need to choose words in such a way that the endings match.

Notifications You must be signed in to change notification settings

XDenizX/wordfix-game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wordfix

JetBrains Rider Unity .NET C#

A game in which you need to choose words in such a way that the endings match.

Rules

In the game you need to write a word that begins with a certain letter and ends with the specified ending.

Only nouns are accepted.

  • If a word does not exist in the dictionary, it is not counted.
  • If a word begins with the specified letter, but does not end with the desired ending, then the beginning changes. Thus, it is necessary to make a sequence of words and get to the desired ending.
  • If you do not have time to compose a word in the specified time, then the game will be lost.
  • The entered words cannot be re-entered.

Control

The word is entered from the keyboard.

To delete a character, press the Backspace key.

To enter a word, press Enter.

About

A game in which you need to choose words in such a way that the endings match.

Resources

Stars

Watchers

Forks

Releases

No releases published