Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags
(+1)

Compiled it works from the Shell.
To create a Workbench compatible game, just add this directive in "Shooter_InitAndMain.bb2" 
WBStartup 
In your code, i see a dual playfield display. Perfect for a scrolling background.
You can have bookmarks in your program, if your labels are preceeded wih a period
.label

It's a good start for an horizontal shooter.

(1 edit)

Thanks for your comments and thank you for compiling my game! Now, I can create an executable file for boot from Workbench. I'm impressed when my game boots from the Workbench. I want to implement scrolling background. So, I'm glad to hear that. Thank you so much again!