NEW il y a 6 ans
the F("Texte"); can be remplaced by a "Texte" in println instruction
else, you have to remove gb.titleScreen(F("My first game")); no more supported you can replace it by a display of a picture if you want or a procedure to show a text titlescreen if you want to begin, you can just remove it to make things easy before making more complex.
I can't test this morning but it's should works better ;)
NEW il y a 6 ans
Ooookay, so I took the time and looked deeper into the issue.
There is a problem within the library itself. You can already re-fetch the Gamebuino-Compat
library, however, one of the important fixes is within the Gamebuino-Meta
one. Either you wait for a new tag and then download the updates via the arduino IDE like usually, or you can install it manually from github
NEW il y a 6 ans
ok, you are the best.
I tried with my first code "hello-world" and two games, and It's all right.
Thank you very much!
NEW il y a 6 ans
You can make a creations for your ported games. Many advantages: others can make another port, for the ones who want not learn to port game, they can just add it to favorites and play with your version and because sharing is great ;)
NEW il y a 6 ans
Of course it is still recommended to do a clean port without the compat library!
NEW il y a 6 ans
yes, my idea is learn how is program this games and make a new ports from scratch for Meta. The with Arduboy games
NEW il y a 6 ans
it really depends on game to game, how hacky they were made. Of course a clean port without Gamebuino-Compat
is preferred, but that takes longer.