janherich / dictionator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dictionator

Simple word game

ScreenShot

Game rules:

Singleplayer mode

  • Computer will write one word (for example orange)
  • You need to write the word, which started on last letter of the computer word (in this example it will be "e"), so you word can be elephant.
  • The computer will write the word which will be start on "t", because it was the last letter of your word.
Example

computer: orange

you: elephant

computer: trousers

you: subaru

Multiplayer mode

  • If you want to play as multiplayer, you can add yourself to the existing game, or you can create your own game. But if you will create you own game, you will need to invite another player to join your game. He will find your game under name you created.
  • On multiplayer game are the rules different
  • Computer will give you only first word, and every player can write word started on last computer's word, but accepted will be first sended word. And the player who send this accapted word will have points. Than every player will be write the word started on the last letter of the accepted word.
Example

computer: orange

player-1: elephant

player-2: trousers

player-2: subaru

Points

For every letter of accepted word has player one point. In our multiplayer example will have player-1 8points and player-2 14points. So the player 2 is winner because was faster. The words in game are checked, so you can write only real words. The game will be finished when all words will be used. The words in one game can't be repeated.

Used technologies:

About

License:Eclipse Public License 1.0


Languages

Language:Clojure 81.3%Language:CSS 16.1%Language:HTML 2.6%