is there anyway to make cartridges
eg. using a cartridge with a micro controller in it, then that cartridge could be plugged into screen and buttons
i saw something like this, done before using the micro-bit V2
but the problem with this is that is that it is quite underpowered and doesn’t have much storage for most the games i make
my games are usually around 1.5 to 3 megabytes of storage, i guess it would be possible with the raspberry pi pico (rp2040) due to it having more storage and a lot of ram compared to a lot of other makecode-arcade compatible devices
I’ve theorized about it, but it would cost money to test. I might try something like this around summertime, when I’m not in school and can get money to try it! Probably going the raspberry pi route.
it might be possible if you were to make the cartridges send the game data via the radio function and have the receiving device constantly wait for an incoming radio command, then play the received data.