From 2d249ab7b88748ff76cb6aa9237d33a28a8fb3d9 Mon Sep 17 00:00:00 2001 From: Geoffrey Frogeye Date: Tue, 10 Feb 2015 10:38:37 +0100 Subject: [PATCH] TP3 Bonne configuration --- S2/TP3/.gitignore | 1 + S2/TP3/Makefile | 2 +- S2/TP3/jeu1.txt | 6 ++++++ S2/TP3/jeu2.txt | 3 +++ 4 files changed, 11 insertions(+), 1 deletion(-) create mode 100644 S2/TP3/.gitignore create mode 100644 S2/TP3/jeu1.txt create mode 100644 S2/TP3/jeu2.txt diff --git a/S2/TP3/.gitignore b/S2/TP3/.gitignore new file mode 100644 index 0000000..2e1aac9 --- /dev/null +++ b/S2/TP3/.gitignore @@ -0,0 +1 @@ +bataille_navale_graphique.py \ No newline at end of file diff --git a/S2/TP3/Makefile b/S2/TP3/Makefile index b4dc215..5bfcd25 100644 --- a/S2/TP3/Makefile +++ b/S2/TP3/Makefile @@ -1,6 +1,6 @@ lexique.py: wget "http://www.fil.univ-lille1.fr/~L1S2API/CoursTP/tp_bataille_navale.zip" - unzip tp_bataille_navale.zip + unzip tp_bataille_navale.zip bataille_navale_squelette.py rm -rf tp_bataille_navale.zip clean: diff --git a/S2/TP3/jeu1.txt b/S2/TP3/jeu1.txt new file mode 100644 index 0000000..cda58f8 --- /dev/null +++ b/S2/TP3/jeu1.txt @@ -0,0 +1,6 @@ +10 : 10 +porte-avion : 5 +croiseur : 4 +contre-torpilleur : 3 +sous-marin : 3 +torpilleur : 2 diff --git a/S2/TP3/jeu2.txt b/S2/TP3/jeu2.txt new file mode 100644 index 0000000..00234c7 --- /dev/null +++ b/S2/TP3/jeu2.txt @@ -0,0 +1,3 @@ +4 : 3 +grand : 2 +petit : 1