From 0f8677a4364ccbe3082c292dd147d5ebbf3c7222 Mon Sep 17 00:00:00 2001 From: adplantade Date: Fri, 29 May 2020 11:24:40 +0200 Subject: [PATCH] =?UTF-8?q?Gestion=20de=202=20cartes=20+=20affichage=20du?= =?UTF-8?q?=20r=C3=A9sultat=20actuel?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/index.html | 74 ++++++++++++++++++++++++++++++++++++------------- 1 file changed, 55 insertions(+), 19 deletions(-) diff --git a/code/index.html b/code/index.html index 77645e4..d9f75e2 100644 --- a/code/index.html +++ b/code/index.html @@ -1,18 +1,39 @@ + + + + + + + + +tab.push([-3,-3,"green"],[-3,2,"red"],[1,2,"orange"]); +tab2.push([-2,-3,"green"],[-3,1,"blue"],[-1,2,"purple"]); +toutDessiner(tab,canvas,ctx); +toutDessiner(tab2,canvas2,ctx2); +//console.log("anc coords " + tab); - - \ No newline at end of file +