I recently assembled my makerPhone, but Iām puzzled why the circuitmess website has such a big repository of games for the makerbuino, but nothing at all for the makerphone? Is the makerPhone backwards compatible with the makerbuinoās games and software (obviously not utilizing the new features like the color display)? If not, is there any project in the works to make this compatibility layer?
Hey Patrick,
MAKERphone is not backwards compatible, since MAKERbuino and MAKERphone are both using a completely different hardware and software. The games for MAKERbuino were mostly made by our community members and/or ported from a Gamebuino device, which was compatible with MAKERbuino.
With MAKERphone weāre more focused on other parts of the education, like creating your own apps and programs while using all the power and functionalities that ESP32 can give you. Thatās why weāve created CircuitBlocks which helps people who are new to the programming world to make some neat apps in an easy and fun way.
Weāre not planning on releasing any new games on MAKERphone, but weāre encouraging you and everyone else in the community to make and share their projects with everyone else!
Also, a compatibility project would be cool, but it is something that takes a lot of people and a lot of time. So again, itās up to the community to start creating that one.
Cheers,
Robert
Hi Robert,
Thanks for the reply, thatās roughly what Iād suspected from what I was able to find.
I actually tried to start a bit of an implementation of a compatibility layer, but so far havenāt implemented anything but translating the buttons over (and even thatās untested and somewhat incomplete). I can post what Iāve done so far to gitHub, but itāll definitely need some work from others with more experience with the hardware and C++ behaviors to complete. Hopefully it could be helpful as a starting point anyway.
Patrick,
Thatās what this forum is for! Iām sure that there are many who have/had similar idea and sharing your work with other might just benefit everyone.
Share it in the community and Iām sure people will come to your help. We can always help as well of course - any specific questions about our libraries and other stuff direct to me so youāll get a complete answer!
Robert