Port games from Classic to META

Creations

jicehel

NEW 5 years ago

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 5 years ago

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

5 years ago

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 5 years ago

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 5 years ago

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

5 years ago

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 5 years ago

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

maxxcan

NEW 5 years ago

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 5 years ago

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

Sorunome

5 years ago

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 5 years ago

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.