Page 1 of 1

Gameboy (Advance) Game Development

PostPosted: Sat Aug 08, 2015 3:34 am
by RadThadd
The Main Idea
It would solve tons of problems if it was possible to develop games for GB(A) in gameEditor. Like the development for Android, and the Android SDK. Plus, GB(A) emulators are on many platforms.

GameEditor C/C++
Let's make it clear that we all know that GE uses C/C++. And believe it or not, GB(A) games are too. Quite often if not always. Either way, it's possible to be done in C/C++. But GE would make that easier.

Gameboy Cartridges
If it can be written to a cartridge, that would be totally recreational, because GB(A) is outdated. There would be more hope to just build it for an emulator (in GBA/GBC) format.

Gameboy Controls
If there was a way for exporting to be done, GP2X should work fine. But the problem would come in at testing a game - let's say, on a Windows PC. Because it doesn't have the certain buttons necessary for input/output for a GB(A). But that would be fixed by writing a code that recognizes both keys. Or exporting the game first THEN testing it through an emulator.

Graphics & Resolution
This shouldn't be a problem. Being that GE has many screen resolutions, and if I'm not mistaken, customizable, the game shouldn't have that problem. But again, GP2X should work (if the GP2X thing isn't being mistaken by the actual keyboard thing - if not mistaken all together). GBA games are compatible with 32bit PNG graphics so, hooray!

The Bottom Line
So thanks if you can help. If there is a way, consider the premises en bolded.
If there isn't, and the only reasons are listed in bold up above or for another reason, then I'm puzzled because if those things in bold can not be done, then that's a waste of capabilities. But I do hate to picture a game not working because of certain actor types in the game. Again, any bit of information, will help.

Re: Gameboy (Advance) Game Development

PostPosted: Sat Aug 08, 2015 8:49 am
by 420foxbot
The issue here, is that, to my knowledge, gameboy's processing architecture isn't what could be called "normal"
I don't think that gE is capable of exporting a ROM which could be emulated on GB architecture. I'm confident that this would require heavy modification of gE's source, aside from moving it's compiler to a standard more recent than C89.

Re: Gameboy (Advance) Game Development

PostPosted: Sun Aug 09, 2015 1:04 am
by RadThadd
420foxbot wrote:The issue here, is that, to my knowledge, gameboy's processing architecture isn't what could be called "normal"
I don't think that gE is capable of exporting a ROM which could be emulated on GB architecture. I'm confident that this would require heavy modification of gE's source, aside from moving it's compiler to a standard more recent than C89.


So um, I'd come out better making a gameboy game in another C/C++ program. With my C knowledge.

Re: Gameboy (Advance) Game Development

PostPosted: Sun Aug 09, 2015 8:27 pm
by bat78
420foxbot wrote:The issue here, is that, to my knowledge, gameboy's processing architecture isn't what could be called "normal"
I don't think that gE is capable of exporting a ROM which could be emulated on GB architecture. I'm confident that this would require heavy modification of gE's source, aside from moving it's compiler to a standard more recent than C89.


Compiler? gE hasn't got a compiler.

RadThadd wrote:
420foxbot wrote:The issue here, is that, to my knowledge, gameboy's processing architecture isn't what could be called "normal"
I don't think that gE is capable of exporting a ROM which could be emulated on GB architecture. I'm confident that this would require heavy modification of gE's source, aside from moving it's compiler to a standard more recent than C89.


So um, I'd come out better making a gameboy game in another C/C++ program. With my C knowledge.

?
You cannot use your "C knowledge" on a C++ program. As for C AND C++ supporting programs for making games.. cannot say there are any.
Game-Editor is not meant for Game Boy game creation.
Since GBA and GBDS are with fully rewritable firmware however, it is possible with some luxury modifications on the both sides.

Re: Gameboy (Advance) Game Development

PostPosted: Thu Mar 10, 2016 2:45 pm
by Turon
Has anyone ever seriously looked into the possibilities?

Re: Gameboy (Advance) Game Development

PostPosted: Sat Mar 12, 2016 11:40 am
by schnellboot
Turon wrote:Has anyone ever seriously looked into the possibilities?

you'd come out easier with your own built gameboy

Re: Gameboy (Advance) Game Development

PostPosted: Mon Mar 14, 2016 8:08 am
by Turon
schnellboot wrote:
Turon wrote:Has anyone ever seriously looked into the possibilities?

you'd come out easier with your own built gameboy

You mean like a Pi Boy (Rasberry Pi based game device in the likeness of a game boy usually running Cupcade OS)?