I have one device, but two girls that want to play their game they created… How can I download both games then use a menu system to choose between the two?
Using a adafruit pygamer
I have one device, but two girls that want to play their game they created… How can I download both games then use a menu system to choose between the two?
Using a adafruit pygamer
Only portable hardware that can do this is Xtron pro
That would be an amazing feature, but I’m not aware of any way to do that.
The closest I’m aware of would be to combine both games into a single project and add a menu to that yourself. There’s some discussion in the thread Game embedding experiment which included a link to the 5-second game jam collection: https://arcade.makecode.com/32002-17442-92525-31126
How about loading utf files from a sdcard card
@maker_and_Teacher I am aware of the Ovobot Xtron Pro being capable of storing multiple projects at once, but i thnk that is the only one.
Use GameSlots! It’s a custom bootloader made by @AqeeAqee based on the UF2
format made specifically for MakeCode hardware. It’s only available for the MeowBit if I’m correct, but it could work on other hardware.
GameSlots seems very promising. Any chance has this been ported to the PyGamer?
Maybe it could work? @AqeeAqee said that he doesn’t have any other device to test on, so he can only provide the meowbit version which he can test. You can still try on the pygamer, could work
hello Sarge, I’ll try it and post results.
Just thinking there would be an issue because it is a different target. The pygamer is the SAMD51J19 (120Mhz), and the Meowbit is the STM32F401RET6 (200Mhz) ARM cortex M4 core.
what if you modify this sdwireless extension made for the wireless sd card module from kittenbot? btw meowbit only.