Comments

Log in with itch.io to leave a comment.

Does it support 32-bit computer because my laptop is only 32 bit

Which specific OS and CPU? The alpha version does not support 32-bit, but maybe I would make one in the beta version.

(2 edits) (+1)

Microsoft Window 10 family

Intel(R) Core(TM) i5-7200U CPU @ 2.50GHz, 2712 MHz, 2 core(s), 4 logical processor(s) sorry if I answer you late I don't have my laptop with me before today ps sorry for my bad english I'm French Canadian and I'm bad in English

I see, thanks for the info, will make 32-bit binaries in the next version. No worry about that :)

Thank you, I can't wait 😃

(+1)

Looks like an interesting project that'll make GB development more accessible than ever. Do you plan on stopping with the original Game Boy compatability-wise or is GBC part of the equation?

(1 edit) (+1)

The project supports both the Classic (GB/DMG) and Colored (GBC) devices, as well as an additional Extended mode. Overall, GB and GBC are the primary focuses of GB BASIC, allowing users to set the cartridge type for each project. The extended features are tailored specifically for custom emulators, and you can check out the specific extended functionalities at https://paladin-t.github.io/kits/gbb/extensions.html. It is feasible to differentiate from GB, GBC, and extended devices within a single project by checking them in the code.

(+2)

GB BASIC Alpha 4 is available now.

(1 edit) (+1)

Very good development environment, is there a date for the next version?

Sorry for the late reply, but a new Alpha 4 version is available now!

(+1)

Thanks, it's a lot of fun to work with this development environment

this is so cool

Did the elephant come from GB studio?

(+1)

They both came from the GBDK-2020 example: https://github.com/gbdk-2020/gbdk-2020/blob/develop/gbdk-lib/examples/cross-platform/metasprites/res/sprite.png

ah ha! I thought it was the same! That makes sense, thank you for the reply!

(+1)

Yup, yup. I’ve been getting a lot from the GB homebrew community.

I find this very a very interesting project.

(+1)

I can’t wait to see how this fantasy console works!

(+1)

I like a lot this kind of tools :)

(+1)

very cool project. Can’t wait to be able to use it once you release the Mac version

(+1)

This is very cool

(+1)

Interesting project!

(+4)

GB BASIC Alpla 3 is available now.

(+1)

looks cool. thank for creating such good software

Is there a potential for this to work on Mac at some point? Would be an insta-buy from me

(+1)

Yes, I plan to introduce it to MacOS in beta 1.

I bought Bitty Engine from steam and am toying with it. It seems like a great tool. If that is any indication of what your plans are here I am pumped. I have used another tool for GB development and had a blast. Really looking forward to seeing where this goes!

Hi again! I'm interested in using this tool for the Game Boy Showdown 2023 Jam, so I wanted to know if you think it's feasible to make a game in Alpha 1, or if Alpha 2 would be released before the Jam's start date?

(Obviously, no rush. Quality development takes time! I understand.)

(+1)

It depends on the features you would like to include in your game. The current alpha 1 version can be used to paint tiles, maps, and to write code, I think there’s no problem with really really simple games, it is yet not capable for making music, actor and scene, besides, the runtime is lacking in completeness. I’ll improve editors in alpha 2, 3, then move on to improving the runtime in alpha 4. As the version stage implies, I’d rather claim it feature-complete for generic development until all the alpha stages are complete.

Thanks for your interest and understanding!

Very interesting! Any plans for link cable compatability?

Yes, there’s a link cable example, which is called “30. Serial.gbb”.

Oh, awesome! I'll definitely take a look. :) Do you have a Discord server?

Ah not yet, everything is so primitive for the moment.

No problem! If you do make one, please let me know! I'm very very interested in this.

Another question: does GB BASIC support strings? :)

Of course.

It supports string partially, i.e. print "pi=%d", 22/7 and label #0 "hello", the string are constant literals, this is enough for text representation. As a constrained platform, gb is not very good at dynamic allocating, so it doesn’t support assigning string to variable, concating, etc.

Actually the runtime part is based on the GBVM project, their capability are quite similar.

Interesting! I like this idea!

Will be keeping an eye on this!  I wonder if you could use a combination of GBDK and BCX.  Basically (ha!) using the C compiler and libraries already available with the power of BCX to translate BASIC to C.

(+1)

Haha, the work flow is compiling BASIC directly to ROM, neither C or BCX would involve in. But yea, we’ll see what power could be borrowed from C and others.

Ooh, excited for the development of this!

Very interesting project!