tron

le jeu des motos dans tron - retour accueil

git clone git://bebou.netlib.re/tron

Log | Files | Refs | README |

commit 4fd2a2f8efa83dc80fc44b5f199b4d5bc4501e19
parent e8f3297b7a83b3457abc82bec6424d299c7b46f8
Auteurice: Arthur Pons <arthur.pons@unistra.fr>
Date:   Wed, 25 Jun 2025 15:43:55 +0200

J'avais mélangé les instructions

Diffstat:
Mtron.c | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tron.c b/tron.c @@ -121,7 +121,7 @@ int main(int argc, char **argv) { ██  ██   ██ ██  ██ ██  ██ ██\n\ ██  ██  ██  ██████  ██   ████"); - tb_printf(width/2-35/2,height/2-5/2+5+2,0,0,"Entrée pour continuer\nVoiture 1 zqsd\nVoiture 2 ←↑→↓ "); + tb_printf(width/2-35/2,height/2-5/2+5+2,0,0,"Entrée pour continuer\nVoiture 1 ←↑→↓\nVoiture 2 zqsd "); tb_present(); while(ev.key!=13) { tb_poll_event(&ev);