Entradas

EXENSIONES MAKECODE ARCADE

function myFunction() { var copyText = document.getElementById("myInput"); copyText.select(); document.execCommand("copy"); alert("Copied the text: " + copyText.value); } #myInput{position:absolute;left:-1000px} Font Awesome Icons fa fa-copy Copy text Used on a button: Button Unicode:  LINTERNA  https://github.com/riknoll/pxt-lantern.git  ESCALAR Y ROTAR SPRITES https://github.com/robo-technical-group/pxt-arcade-image-transform.git JUEGO DE TEXTO https://github.com/microsoft/arcade-storytelling.git FUENTES DE TEXTO https://github.com/riknoll/arcade-fancy-text.git GitHub - UnsignedArduino/Image-to-MakeCode-Arcade: A Python tool to convert an image or GIF file to a MakeCode Arcade image / array!
Imagen
  Master Python by making 5 games

Jumper

 https://www.youtube.com/watch?v=45bInvRMqkE

A simple Switch

Imagen
  Conectar el sensor de presión en el puerto A y un motor en el puerto B. https://drive.google.com/file/d/1ep785Mn92Mfxeo4vU9qAGwDQddCvz1NF/view?usp=share_link Support me at my Patreon (building in progress): https://www.patreon.com/posts/boxx-74297596?utm_medium=clipboard_copy&utm_source=copyLink&utm_campaign=postshare_creator

Juego simple N°1

Imagen
 Mueve un pixel con las teclas izquierda y derecha. Si toca a otro pixel que baja, suena un tono.

Camino de colores

Imagen
Hacer un camino de colores la lista de colores del programa, donde: Rojo = 1 Verde = 2 Azul = 3 Hacer que otro equipo dibuje el camino con lápices de colores adivinando la secuencia de colores. Conectar el sensor de color al puerto 1 y usarlo a una distancia de 2 a 5 milímetros del papel. Ejemplo: Descargar programa 5to grado en adelante

Pinza con joystick

Imagen
PROGRAMA