|
|
Línea 5: |
Línea 5: |
| __TOC__ | | __TOC__ |
| | | |
| + | {{/ahorcado}} |
| | | |
− | {{Tarea| | + | {{/tetris}} |
− | Title=Juego Ahorcado|
| + | |
− | TOCdepth=2|
| + | |
− | ; Tarea:
| + | |
− | : Vas a hacer un programa para jugar al '''ahorcado''' (http://es.wikipedia.org/wiki/Ahorcado_(juego) )
| + | |
− | ; Descripción:
| + | |
− | : Comienza con la plantilla que tienes en el respositorio de código de clase.
| + | |
− | ; Habilidades:
| + | |
− | : Manejo de listas, cadenas de caracteres, bucles, comparaciones
| + | |
− | ; Secuencia del programa:
| + | |
− | : Puede ayudarte este esquema de http://inventwithpython.com:
| + | |
− | http://inventwithpython.com/images/9-4.png
| + | |
− | | + | |
− | ; Plus:
| + | |
− | : Realiza el juego usando como interfaz easygui.
| + | |
− | | + | |
− | }}
| + | |
− | | + | |
− | | + | |
− | {{Tarea|
| + | |
− | Title=Juego Tetris|
| + | |
− | TOCdepth=2|
| + | |
− | ; Tarea:
| + | |
− | : Vas a hacer un juego del Tetris sencillo usando la librería graphics
| + | |
− | ; Descripción:
| + | |
− | : Sigue las instrucciones: [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2011/assignments/MIT6_189IAP11_final_proj.pdf Guión Tetris MIT]
| + | |
− | ; Plantilla:
| + | |
− | : [http://ocw.mit.edu/courses/electrical-engineering-and-computer-science/6-189-a-gentle-introduction-to-programming-using-python-january-iap-2011/assignments/tetris_template.py Plantilla Tetris MIT]
| + | |
− | }} | + | |
Última revisión de 03:34 2 sep 2011
Inmersión en Python
Introducción rápida al lenguaje
Juego Ahorcado
Juego Tetris