GameBasic useful?

Coding and scripting with FreeBasic, C++, JavaScript etc.

Moderators:Administrator, Global Moderator

Post Reply
Harry Potter
Jr. Member
Posts:10
Joined:Sat Feb 14, 2009 3:26 pm
Location:New York, U.S.
GameBasic useful?

Post by Harry Potter » Mon Feb 16, 2009 6:00 pm

Hi. I want to create GameBasic for the creation of games under DOS. It would support game-like graphics and sound and its own GUI. It would also support command libraries to extend the command set. What do you think?[/i]

QB Fan
Newbie
Posts:2
Joined:Fri Aug 25, 2023 3:03 pm
Contact:

Re: GameBasic useful?

Post by QB Fan » Fri Aug 25, 2023 3:13 pm

Hey! Maybe this response is late, but I think it's a good idea. :mrgreen: :mrgreen: :mrgreen: :mrgreen: :mrgreen:

A basic implementation for DOS is a good approach for learning and tech programming. The original Basic was created to provide a simple language for developers, to avoid complex languages like assembler.

Game Basic features
- Basic Interpreter with classic and enhancement features for sound and images
- Compile with C++ / DOS4GW (Watcom C)
- Simple structure for SIDE scrolling games.

Roadmap
- Create PACMAN
- Frogger and Galaga versions on Game Basic.

Happy Coding. :())):

Post Reply