Diferencia entre revisiones de «ManuelRomero/CursoMontaje/Scratch/Material»

De WikiEducator
Saltar a: navegación, buscar
(Página creada con '{{:Usuario:ManuelRomero/CursoMontaje/Scratch/nav}} <br>')
 
 
Línea 1: Línea 1:
 
{{:Usuario:ManuelRomero/CursoMontaje/Scratch/nav}}
 
{{:Usuario:ManuelRomero/CursoMontaje/Scratch/nav}}
 
<br>
 
<br>
 +
{{MiTitulo| Introducción a la programación con Scratch}}
 +
 +
 +
http://scratch.mit.edu/img/gr_logo_scratchr.png http://wiki.scratch.mit.edu/images/Toc_website.png
 +
 +
* [[/recursos alumno | Recursos para el alumno]]
 +
* [[/ayuda_profesor | Recursos para el profesor]]
 +
 +
----
 +
{{TEP}}
 +
<br />
 +
==Filosofía ==
 +
* Creative Thinking Spiral: http://web.media.mit.edu/~mres/papers/Learning-Leading-final.pdf
 +
== El sitio de Scratch ==
 +
* http://scratch.mit.edu/
 +
* Vídeo de presentación: http://vimeo.com/29457909
 +
* Descargar: http://scratch.mit.edu/download
 +
* Soporte: http://info.scratch.mit.edu/es/Support
 +
** [http://info.scratch.mit.edu/sites/infoscratch.media.mit.edu/files/file/translated-docs/GuiaDeInicioScratch.pdf  Guía de inicio de Scratch]
 +
** [http://info.scratch.mit.edu/sites/infoscratch.media.mit.edu/files/file/RG_14_es.pdf Guía de referencia de Scratch]
 +
** [http://info.scratch.mit.edu/es/Support/Scratch_FAQ Preguntas frecuentes]
 +
* Recursos para aprender y ampliar:
 +
** http://scratched.media.mit.edu/ 
 +
** http://wiki.scratch.mit.edu/wiki/Scratch_Wiki
 +
** Cómo organizar talleres: http://scratched.media.mit.edu/resources/designing-scratch-workshop
 +
** Recursos: http://cs4hs.media.mit.edu/resources.html
 +
 +
== Recursos en español ==
 +
* Programación con Scratch, Cuaderno de trabajo: http://www.eduteka.org/modulos/9/303/1122/1
 +
** [http://www.eduteka.org/pdfdir/AlgoritmosProgramacionCuaderno1.pdf Cuaderno de trabajo]
 +
* http://www.scratchbydsigno.com.ar
 +
* http://aprendiendoscratch.org/
 +
: Libros en lulu.com: http://www.lulu.com/product/file-download/aprendiendoscratch-libro-1---movimiento/17146111
 +
* https://sites.google.com/site/aprendoscratch
 +
* http://www.liceocarmelo.edu.uy/Liceo1/XO/Scratch/AlgoritmosProgramacion.pdf
 +
 +
== Más recursos para aprender ==
 +
* Libro scratch http://www.cs.harvard.edu/malan/scratch/index.php
 +
* http://www.cs.harvard.edu/malan/podcasts/download/cs50.tv/podcasts/2007/fall/lectures/notes0w.pdf
 +
* Ejemplos de proyectos y recursos: http://mediamashup.ning.com/
 +
** http://mediamashup.ning.com/group/210
 +
** http://mediamashup.ning.com/group/simplegame
 +
* http://wiki.classroom20.com/Scratch
 +
* http://www.helenemartin.com/scratch-materials/
 +
* http://www.learninggameslab.org/scratch.html
 +
 +
== Ampliando Scratch ==
 +
* [http://wiki.scratch.mit.edu/wiki/Remote_Sensors_Protocol Remote Sensor Protocol]
 +
* [http://wiki.scratch.mit.edu/wiki/Communicating_to_Scratch_via_Python Comunicando Scratch con Python]
 +
* [http://fivedots.coe.psu.ac.th/~ad/jg/ch137/scratchJava.pdf Comunicando Scratch con Java/Jython]
 +
* [http://wiki.scratch.mit.edu/wiki/Rocket_%28Scratch_Modification%29 Rocket]
 +
* Scratch for arduino:  http://seaside.citilab.eu/scratch
 +
* Scratch y kinect: http://scratch.saorog.com/
 +
* Scratch y Second Life: http://web.mit.edu/~eric_r/Public/S4SL/
 +
* Creación de nuevos bloques: http://wiki.scratch.mit.edu/wiki/Build_Your_Own_Blocks_(BYOB)_(Scratch_Modification)
 +
* Exportar/importar de xml, compilador a exe ... : http://chirp.scratchr.org/
 +
 +
== Instalar scratch en ubuntu 64 bits ==
 +
Descarga la versión para 32 bits y ejecuta en el terminal:
 +
$ sudo dpkg -i --force-architecture --force-depends ./scratch_1.4.0.1-0ubuntu5_i386.deb
 +
Tienes que tener instalar también este programa:
 +
$ sudo apt-get install ia32-libs
 +
 +
== Ejemplos interesantes ==
 +
* Space Laser http://bit.ly/space_laser
 +
* Fall Down http://bit.ly/fall_down
 +
* Highly Caffeinated Rodents http://bit.ly/highlycaffeinatedrodents
 +
* Dress up! :D http://bit.ly/dressupD
 +
* Avoider http://bit.ly/avoider
 +
* Spider-man http://bit.ly/spider-man-scratch
 +
* Lawn Mower http://bit.ly/lawnmower_scratch

Última revisión de 01:06 11 abr 2013




http://scratch.mit.edu/img/gr_logo_scratchr.png http://wiki.scratch.mit.edu/images/Toc_website.png


Road Works.svg Trabajo en proceso, espera cambios frecuentes. Tu ayuda y retroalimentación son bienvenidos.
Ver página de charlas.
Road Works.svg



Filosofía

El sitio de Scratch

Recursos en español

Libros en lulu.com: http://www.lulu.com/product/file-download/aprendiendoscratch-libro-1---movimiento/17146111

Más recursos para aprender

Ampliando Scratch

Instalar scratch en ubuntu 64 bits

Descarga la versión para 32 bits y ejecuta en el terminal:

$ sudo dpkg -i --force-architecture --force-depends ./scratch_1.4.0.1-0ubuntu5_i386.deb

Tienes que tener instalar también este programa:

$ sudo apt-get install ia32-libs

Ejemplos interesantes