diff --git a/Divers/Scratch_GN/Lab1.pdf b/Divers/Scratch_GN/Lab1.pdf new file mode 100644 index 0000000..83799ff Binary files /dev/null and b/Divers/Scratch_GN/Lab1.pdf differ diff --git a/Divers/Scratch_GN/Lab1.svg b/Divers/Scratch_GN/Lab1.svg new file mode 100644 index 0000000..94bb84f --- /dev/null +++ b/Divers/Scratch_GN/Lab1.svg @@ -0,0 +1,344 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + Niveau 1 + + + + + + + + + + + N + E + S + O + + + + + + + + + + Départ + Arrivée + + + + + + diff --git a/Divers/Scratch_GN/Lab2.pdf b/Divers/Scratch_GN/Lab2.pdf new file mode 100644 index 0000000..9286737 Binary files /dev/null and b/Divers/Scratch_GN/Lab2.pdf differ diff --git a/Divers/Scratch_GN/Lab2.svg b/Divers/Scratch_GN/Lab2.svg new file mode 100644 index 0000000..116bc90 --- /dev/null +++ b/Divers/Scratch_GN/Lab2.svg @@ -0,0 +1,287 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + Niveau 2 + + + + + + + + + + + N + E + S + O + + + + + + + + + Départ + Arrivée + + + + + + + + diff --git a/Divers/Scratch_GN/Lab3.pdf b/Divers/Scratch_GN/Lab3.pdf new file mode 100644 index 0000000..eed61dd Binary files /dev/null and b/Divers/Scratch_GN/Lab3.pdf differ diff --git a/Divers/Scratch_GN/Lab3.svg b/Divers/Scratch_GN/Lab3.svg new file mode 100644 index 0000000..676a072 --- /dev/null +++ b/Divers/Scratch_GN/Lab3.svg @@ -0,0 +1,288 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + Niveau 3 + + + + + + + + + + + N + E + S + O + + + + + + + + + Départ + Arrivée + + + + + + + + diff --git a/Divers/Scratch_GN/Lab4.pdf b/Divers/Scratch_GN/Lab4.pdf new file mode 100644 index 0000000..eaf7405 Binary files /dev/null and b/Divers/Scratch_GN/Lab4.pdf differ diff --git a/Divers/Scratch_GN/Lab4.svg b/Divers/Scratch_GN/Lab4.svg new file mode 100644 index 0000000..755f617 --- /dev/null +++ b/Divers/Scratch_GN/Lab4.svg @@ -0,0 +1,362 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + image/svg+xml + + + + + + + + + Niveau 4 + + + + + + + + + + + N + E + S + O + + + + + + + + + Départ + Arrivée + + + + + + + + + diff --git a/Divers/Scratch_GN/blocks.pdf b/Divers/Scratch_GN/blocks.pdf new file mode 100644 index 0000000..eaafb02 Binary files /dev/null and b/Divers/Scratch_GN/blocks.pdf differ diff --git a/Divers/Scratch_GN/blocks.tex b/Divers/Scratch_GN/blocks.tex new file mode 100644 index 0000000..cc4052c --- /dev/null +++ b/Divers/Scratch_GN/blocks.tex @@ -0,0 +1,81 @@ +\documentclass[a4paper,12pt, landscape, twocolumn]{article} +\usepackage{myXsim} + +\author{} +\date{Novembre 2017} +\title{Écriture avec Scratch} +\tribe{Troisème} + +\pagestyle{empty} + +\setscratch{scale=2.5, print=true} + +\begin{document} + +\begin{scratch} + \blockinit{quand \greenflag est cliqué} +\end{scratch} + +\vfill + +\begin{scratch} + \blockmove{avancer de \ovalnum{......} cm} +\end{scratch} + +\vfill + +\begin{scratch} + \blockmove{avancer de \ovalnum{......} cm} +\end{scratch} + +\vfill + +\begin{scratch} + \blockmove{avancer de \ovalnum{......} cm} +\end{scratch} + +\vfill + +\begin{scratch} + \blockmove{avancer de \ovalnum{......} cm} +\end{scratch} + +\vfill +\pagebreak + +\hspace{-0.5cm} +\begin{scratch} + \blockmove{tourner \turnleft de \ovalnum{......} degrés} +\end{scratch} + +\vfill + +\hspace{-0.5cm} +\begin{scratch} + \blockmove{tourner \turnleft de \ovalnum{......} degrés} +\end{scratch} + +\vfill + +\hspace{-0.5cm} +\begin{scratch} + \blockmove{tourner \turnleft de \ovalnum{......} degrés} +\end{scratch} + +\vfill + +\begin{scratch} + \blockmove{s'orienter vers \ovalnum{......}} +\end{scratch} + +\vfill + +\begin{scratch} + \blockmove{s'orienter vers \ovalnum{......}} +\end{scratch} +\end{document} + +%%% Local Variables: +%%% mode: latex +%%% TeX-master: "master" +%%% End: