Comments

Log in with itch.io to leave a comment.

(+1)

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!

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!