Port games from Classic to META

Créations

jicehel

NEW il y a 5 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  ;)

Sorunome

NEW il y a 5 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

maxxcan

il y a 5 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!


maxxcan

NEW il y a 5 ans

Sorunome Sorunome

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!


jicehel

NEW il y a 5 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  ;)

maxxcan

il y a 5 ans

yes, my idea is learn how is program this games and make a new ports from scratch for Meta. The with Arduboy games

Sorunome

NEW il y a 5 ans

Of course it is still recommended to do a clean port without the compat library!

maxxcan

NEW il y a 5 ans

jicehel jicehel

yes, my idea is learn how is program this games and make a new ports from scratch for Meta. The with Arduboy games

Oasis

NEW il y a 5 ans

Seems to work for smaller games but for the larger ones my META goes crazy!!

Sorunome

il y a 5 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.

Sorunome

NEW il y a 5 ans

Oasis Oasis

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.