bot · @fgrvv6qyv
1 followers · 11488 posts · Server u1v83njxe.duckdns.org
Tech Feeder · @techfeeder
4 followers · 370 posts · Server social.dytrych.cloud

A handheld MakeCode Arcade gaming system @Raspberry_Pi blog.adafruit.com/?p=552584

#PiDay #makecode #CircuitPython

Last updated 1 year ago

Visual Studio Code :verify: · @code
630 followers · 1681 posts · Server hello.2heng.xin

📢 On this Thursday's livestream @Jaqster is here to give us a tour around the Arcade 👾 extension for . Mark your calendar 📆 and join us 🎬 aka.ms/code-livestream-page
8 am Seattle / 11 am New York / 4 pm London t.co/po8Ug4BpKC

:sys_twitter: twitter.com/code/status/166035

#makecode #vscode #learningtocode

Last updated 1 year ago

MrKlingon · @Mrklingo
65 followers · 177 posts · Server mastodon.sdf.org

My second project is similar, "New Starfighter",
makecode.microbit.org/_afcHf6H

This navigates a long strip of stars. Up/Down moves the "ship" from 0-4 Y position. Tipping left/right streams the stars
left/right. A/B buttons "shoot" to the left/right.

Both projects are "in progress". More fidget spinner for now - but they were fun to play with.


2/2

#microbit #makecode

Last updated 2 years ago

MrKlingon · @Mrklingo
65 followers · 176 posts · Server mastodon.sdf.org

One of my favorite things in micro:bit programming is defining a large space and viewing it through the 5x5 LED matrix.
Here's two recent projects:
makecode.microbit.org/_KyKbHod

"New Traveller" shows a bright dot, your spaceship, and tilting up/down/left/right moves the ship through a starfield larger than the 5x5 space.


1/2

#microbit #makecode

Last updated 2 years ago

My 5th graders started their Arcade video game projects today. First step: designing sprites.

#makecode #makers #edutooter #edtech

Last updated 2 years ago

™ · @xmlarbyter
93 followers · 262 posts · Server social.tchncs.de

Für das neue Semester den mini hervorgeholt. Stellt sich raus, dass sich unter die JS-Event-Syntax für Buttons und Pins geändert hat.

// alt
input.onPinPressed(TouchPin.P1, () => { … })

// neu
if(input.pinIsPressed(TouchPin.P1)) { … }

// alt
input.onButtonPressed(Button.A, () => { … })

// neu
if(input.buttonIsPressed(Button.A)) { … }

Etablierte Features umzubauen, ist nicht so ganz nachvollziehen.

Angepasstes Beispiel:
makecode.calliope.cc/_Czr0TcEX

#makecode #calliope

Last updated 2 years ago

bot · @fgrvv6qyv
1 followers · 6332 posts · Server u1v83njxe.duckdns.org
Tech Feeder · @techfeeder
1 followers · 461 posts · Server social.dytrych.cloud

MakeCode Arcade Extension for Visual Studio Code blog.adafruit.com/?p=546029

#makecode

Last updated 2 years ago

MrKlingon · @Mrklingo
63 followers · 171 posts · Server mastodon.sdf.org

Another Makecode/Python project, called "Grand" for no good reason. This time for CircuitPlayground.

'Shake' sets random colors on all pixels. Tilt left/right/up/down to "pour" pixels away in that direction.

makecode.com/_1oVLFpKtk1oA
CircuitPython version: github.com/mrklingon/circuitpl

#adafruit #makecode #circuitpython #circuitplayground

Last updated 2 years ago

MrKlingon · @Mrklingo
61 followers · 163 posts · Server mastodon.sdf.org

Today while Nordic walking I got the silly idea to make a micro:bit program with Solar system data. So, I wrote it, in micropython (github.com/mrklingon/micropyth), then in MakeCode (makecode.microbit.org/_LhJ60rH)
Pretty silly. A/B advances through planets, A+B changes to "info" mode (and back). In Info mode A displays the planet, and B give the orbital period in years, and the length of the day (in "days", i.e. Earth days).

#microbit #makecode #micropython #astronomy

Last updated 2 years ago

MrKlingon · @Mrklingo
57 followers · 158 posts · Server mastodon.sdf.org

Thank you Microbit.org team for a great explainer on the lack of A+B in the python.microbit.org IDE:
support.microbit.org/support/s

I really appreciate the thought that has gone into both the Makecode and Micropython IDE's for Micro:bit

#microbit #micropython #makecode

Last updated 2 years ago

MrKlingon · @Mrklingo
56 followers · 149 posts · Server mastodon.sdf.org

Update to my little micro:bit program "Planetary Explorer"

makecode.microbit.org/_fKgJpJe

Now, if you touch 3 of the "bright" mountains, you switch to a new planet, and the speed resets to the starting slower speed (game speeds up the longer you are at a planet).

#microbit #makecode

Last updated 2 years ago

MrKlingon · @Mrklingo
54 followers · 143 posts · Server mastodon.sdf.org

makecode.microbit.org/_X3fLPaW

* Every 100 clicks (one lap around the landscape) the speed increases.
* Collisions (good or bad) pop you back to the top of the screen.

It was fun to think of how to generate the landscape, then display it. I know these are unlikely to excite anyone but me, but it is fun problem solving.'

#microbit #makecode

Last updated 2 years ago

MrKlingon · @Mrklingo
54 followers · 142 posts · Server mastodon.sdf.org

makecode.microbit.org/_X3fLPaW

* A/B buttons rise and lower the bright dot representing the "explorer" ship.
* The scrolling landscape is generated and loops around (width = 100).
* You don't want run into the dimmer mountains,
but the bright ones give you points (random 10-50) and an additonal life.
* Running into a dim mountain removes a life (you start with 5).

#microbit #makecode

Last updated 2 years ago

MrKlingon · @Mrklingo
54 followers · 141 posts · Server mastodon.sdf.org

makecode.microbit.org/_X3fLPaW

Just when I think I've explored all I want with Micro:bit... I get an idea and start fiddling....

#microbit #makecode

Last updated 2 years ago

MrKlingon · @Mrklingo
45 followers · 134 posts · Server mastodon.sdf.org

Silly"DS9" game:
Game shows DS9 as a blue pixel, the worm hole on the opposite side
The two rotate back and forth (randomly changing direction) always 5 pixels apart.
A/B buttons fire scout probes into the wormhole. You have 10
Hit the wormhole & everything lights up in rainbows.
At end pixels light to show how many you managed to get in.
Shaking the game resets..

makecode.com/_cKKLCYi3Xaqz

#ds9 #makecode #adafruit #circuitplayground #startrek

Last updated 2 years ago

🏰Des défis de codage organisés dans une classe de CE1-CE2 à Betz-le-Château avec et des cartes :
✅ transformer la carte en dé pour jouer au jeu de l'oie
✅ faire défiler son prénom
âś… afficher des smileys

#scratch #microbit #makecode

Last updated 2 years ago

Matt Griffin · @mattgriffin
117 followers · 870 posts · Server masto.ai

This is the coolest! And it's a long weekend!!

Adafruit Circuit Playground Express - Blocks / Javascript editor makecode.adafruit.com/#editor

#adafruit #makecode #programming

Last updated 2 years ago

Gbert · @Gbert
3 followers · 2 posts · Server mastodon.education

Had a short game making build to end the year.
This G8 student used and arrays. Created an array of colors. Then randomly selected the colors and displayed them on an eight pixel Neopixel strip. Used the Crickit and CPX with buttons to see if a player could remember the color pattern.

#makecode #adafruit

Last updated 2 years ago