Jeu des bâtonnets
'; } function dessine($bat) // dessine un tableau contenant les batonnets restants { echo '
'; for ($i=0;$i<$bat;$i++) { echo '
?
'; } echo '
'; } function suite_html($bat) // affiche la suite du code html et la forme { echo '
Combien de bâtonnet(s) prends-tu?
: