lea modif
This commit is contained in:
parent
3892d91019
commit
9c7c253ef1
1 changed files with 4 additions and 5 deletions
|
@ -52,13 +52,12 @@ function Supprimer() {
|
|||
}
|
||||
|
||||
function Enter() {
|
||||
if (free_box[1]==5 && free_box[0]!=6) {
|
||||
|
||||
verifLettres(word);
|
||||
word="";
|
||||
}
|
||||
if (verifWord() && free_box[0]!=6) {
|
||||
write_result(verifLettres(word));
|
||||
free_box[0]+=1;
|
||||
free_box[1]=1;
|
||||
word="";
|
||||
}
|
||||
}
|
||||
|
||||
function verifLettres(aWord) {
|
||||
|
|
Loading…
Reference in a new issue