mirror of
https://github.com/Febbweiss/febbweiss.github.io.git
synced 2026-03-04 22:25:43 +00:00
Fix: typo
This commit is contained in:
@@ -255,11 +255,13 @@
|
||||
<p>When you click on the "Start" button, a combinaison of letters is generated.</p>
|
||||
<p>The goal is to retrieve a maximum of words with these letters using your keyboard.</p>
|
||||
<p>To validate a word, simply press the "Enter" key.</p>
|
||||
<p>To get new letters, press the "Space" bar.
|
||||
+ Easy : Search words between 3 and 7 letters
|
||||
+ Medium : Search words between 3 and 6 letters
|
||||
+ Hard : Search words between 4 and 7 letters
|
||||
+ Extreme : No escape ! You can\'t have new letters before reach all words !</p>
|
||||
<p>To get new letters, press the "Space" bar.</p>
|
||||
<ul>
|
||||
<li>Easy : Search words between 3 and 7 letters</li>
|
||||
<li>Medium : Search words between 3 and 6 letters</li>
|
||||
<li>Hard : Search words between 4 and 7 letters</li>
|
||||
<li>Extreme : No escape ! You can\'t have new letters before reach all words !</li>
|
||||
</ul>
|
||||
<p>If you are blocked, you can switch letters but be careful : you loose 5 points per words not found !!</p>
|
||||
<p><object data="/demo/wordfighters/index.html" width="620" height="870">
|
||||
<embed src="/demo/wordfighters/index.html" width="620" height="870"> </embed>
|
||||
@@ -268,9 +270,11 @@
|
||||
</object></p>
|
||||
<h2 id="under-the-hood">Under the hood</h2>
|
||||
<p>Originally designed to run with a server, it's playable such as.
|
||||
If running with a server, 2 modes are availables :
|
||||
<em> 1 player : Try to beat your highscore. Include the </em>wordfighters_single.js<em> to enable the server pipe.
|
||||
</em> 2 players : Try to defeat your opponent hitting him/her. The longest the word found is, the stongest damages are !! Include the <em>wordfighters_multplayer.js</em> to enable the server pipe.</p>
|
||||
If running with a server, 2 modes are availables :</p>
|
||||
<ul>
|
||||
<li>1 player : Try to beat your highscore. Include the <em>wordfighters_single.js</em> to enable the server pipe.</li>
|
||||
<li>2 players : Try to defeat your opponent hitting him/her. The longest the word found is, the stongest damages are !! Include the <em>wordfighters_multplayer.js</em> to enable the server pipe.</li>
|
||||
</ul>
|
||||
<p>Words dictionary is provided by the <a href="https://github.com/Febbweiss/scrabble-resolver">Scrabble-Resolver</a> project.
|
||||
Currently, only english and french dictionaries are provided.</p>
|
||||
<h2 id="credits">Credits</h2>
|
||||
|
||||
Reference in New Issue
Block a user