Ajout à la liste des mots
This commit is contained in:
@@ -54,3 +54,48 @@ peu
|
||||
fou
|
||||
pas
|
||||
bac
|
||||
air
|
||||
ami
|
||||
arc
|
||||
but
|
||||
car
|
||||
cas
|
||||
mai
|
||||
mon
|
||||
pin
|
||||
pro
|
||||
que
|
||||
qui
|
||||
six
|
||||
sud
|
||||
vif
|
||||
vin
|
||||
vis
|
||||
vol
|
||||
vos
|
||||
dix
|
||||
ane
|
||||
art
|
||||
aux
|
||||
don
|
||||
fan
|
||||
gai
|
||||
lac
|
||||
rat
|
||||
lys
|
||||
bal
|
||||
bel
|
||||
dil
|
||||
lin
|
||||
jus
|
||||
nid
|
||||
bru
|
||||
fer
|
||||
cru
|
||||
pur
|
||||
tir
|
||||
zoo
|
||||
bat
|
||||
toc
|
||||
rap
|
||||
tas
|
||||
2
main.cpp
2
main.cpp
@@ -26,7 +26,7 @@ int main() {
|
||||
int nbMot3lettre = 15; //Nombre de mot pr<70>sent dans le fichier
|
||||
int nbLettre = 3;
|
||||
string motRandom; // Mot random
|
||||
const int NOMBREMOT3LETTRE = 56;
|
||||
const int NOMBREMOT3LETTRE = 101;
|
||||
int nbEssai = 6;
|
||||
|
||||
while (quitter == false) {
|
||||
|
||||
@@ -24,7 +24,7 @@ using namespace std::chrono_literals;
|
||||
#include <limits> //Sources : https://www.tutorialspoint.com/cpp_standard_library/limits.htm et https://stackoverflow.com/questions/2158943/split-string-into-array-of-chars
|
||||
|
||||
const int BONNE_PLACE = 1, MAUVAIS_PLACE = 2, PAS_LA = 3;
|
||||
extern const int NOMBREMOT3LETTRE = 56;
|
||||
extern const int NOMBREMOT3LETTRE = 101;
|
||||
extern int nbEssai = 6;
|
||||
|
||||
/*====================================
|
||||
|
||||
Reference in New Issue
Block a user