I've been noodling away on some more AI assisted stuff lately which I think is turning out to be pretty neat.

It modifies and combines the simulators for the #microbit for both #Micropython and #Makecode, letting you run different programs in the same simulation, interacting with each other, being influenced by environmental nodes like lights, sound, and temperature, and communicating via radio.

If you're an educator and think it sounds useful, check it out, and let me know if it is.

Code is here: https://github.com/zarify/swarm_sim
Slightly out of date writeup is here: https://headtilt.me/swarm-sim/
Live version is here: https://headtilt.me/swarm

GitHub - zarify/swarm_sim: A simulator for running multiple micro:bits with radio communication, light sources and more.

A simulator for running multiple micro:bits with radio communication, light sources and more. - zarify/swarm_sim

GitHub
Here's a recording of a full demo with radio communication and the newish editing of added code, to highlight how this is more useful than the regular simulation that comes with the code editors.