From f7b5317bf130ad290d7ab9fab55da3ca3e18f494 Mon Sep 17 00:00:00 2001 From: Eric Joel Hernandez <81542075+ericjhernandezj@users.noreply.github.com> Date: Sat, 31 Dec 2022 13:02:33 -0500 Subject: [PATCH] Add Spanish translation for typing-game assignment.md --- .../typing-game/translations/assignment.es.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 4-typing-game/typing-game/translations/assignment.es.md diff --git a/4-typing-game/typing-game/translations/assignment.es.md b/4-typing-game/typing-game/translations/assignment.es.md new file mode 100644 index 00000000..573fedcd --- /dev/null +++ b/4-typing-game/typing-game/translations/assignment.es.md @@ -0,0 +1,12 @@ +# Crear un nuevo juego de teclado + +## Instrucciones + +Crea un juego pequeño que use eventos de teclado para realizar tareas. Puede ser un tipo diferente de juego de mecanografía, o un juego de tipo artístico que pinta píxeles en la pantalla con las pulsaciones de teclas. ¡Se creativo! + +## Rubrica + +| Criterios | Ejemplar | Adecuado | Necesita Mejorar | +| --------- | ------------------------ | ------------------------ | ----------------- | +| | A full game is presented | The game is very minimal | The game has bugs | +| | | | |