.
This commit is contained in:
parent
5a4dc5ebab
commit
e6a058de5d
2
jeu.c
2
jeu.c
@ -8,7 +8,9 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
int jeu(void){
|
int jeu(void){
|
||||||
|
int temps;
|
||||||
while(score<20){
|
while(score<20){
|
||||||
|
temps=timer();
|
||||||
for (repet=0;repet<3;repet++){
|
for (repet=0;repet<3;repet++){
|
||||||
if (SourisCliquee()){
|
if (SourisCliquee()){
|
||||||
clic_x=_X;
|
clic_x=_X;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user