Search found 266 matches

by bongomeno
Thu Jan 26, 2023 11:46 pm
Forum: News and Announcements
Topic: FTCBASIC (Fast Tiny Compiled BASIC)
Replies: 3
Views: 3552

Re: FTCBASIC (Fast Tiny Compiled BASIC)

The beta version is now released.

I have added constants and libraries for shell execute and reading the command line.
by bongomeno
Sun Jan 08, 2023 7:42 am
Forum: News and Announcements
Topic: FTCBASIC (Fast Tiny Compiled BASIC)
Replies: 3
Views: 3552

Re: FTCBASIC (Fast Tiny Compiled BASIC)

I fixed some major problems with the expression evaluation. It was from some new features. I also fixed an optimization error. If you downloaded it already, delete and download it again! I have added more libraries and updated the examples. This is a major update, but I will still keep this as alpha...
by bongomeno
Sat Jan 07, 2023 1:52 am
Forum: News and Announcements
Topic: FTCBASIC (Fast Tiny Compiled BASIC)
Replies: 3
Views: 3552

Re: FTCBASIC (Fast Tiny Compiled BASIC)

Update!

I have added a file access library.
by bongomeno
Fri Jan 06, 2023 1:02 am
Forum: News and Announcements
Topic: FTCBASIC (Fast Tiny Compiled BASIC)
Replies: 3
Views: 3552

FTCBASIC (Fast Tiny Compiled BASIC)

http://basicgames.xyz/ftcbasic468x60banner.png FTCBASIC Homepage: http://lucidapogee.com/index.php?page=ftcbasic FTCBASIC means fast tiny compiled BASIC. It is a BASIC compiler for x86 DOS. The compiler is written in QuickBasic and generates FASM output. Using batch files, you may compile your sour...
by bongomeno
Mon Jan 02, 2023 8:32 pm
Forum: News and Announcements
Topic: WorkLite OS shell and file manager
Replies: 0
Views: 30666

WorkLite OS shell and file manager

WorkLite is an operating system shell for x86 DOS. http://www.basicgames.xyz/articles/21/screenshot.png * Point and click navigation with the mouse. * Keyboard navigation for when the mouse isn't supported. * Simple file manager allows you to work faster. * Set application shortcuts for ease of acce...
by bongomeno
Mon Jan 02, 2023 3:09 pm
Forum: Pete's QB Site News
Topic: Forum Upgraded to PHPBB v3.3
Replies: 5
Views: 28865

Re: Forum Upgraded to PHPBB v3.3

I have to say this was one of the most important sites to me on the internet as a teenager. It still is. The memories are great and the information archived here is helpful to many people. Also, the connection we make to other wonderful people around the world is priceless. This platform gives us an...
by bongomeno
Thu Dec 29, 2022 6:40 pm
Forum: General Discussion
Topic: Desert of Skulls Adventure (interactive fiction)
Replies: 0
Views: 30558

Desert of Skulls Adventure (interactive fiction)

Desert of Skulls Adventure http://www.basicgames.xyz/articles/20/screenshot.png An interactive fiction adventure game written in the Pebble programming language and compiled for x86 DOS. Explore a hot and dry desert of outlaws. Find a place to settle down and build a home. The game map is 8x8 for a...
by bongomeno
Sat Dec 24, 2022 10:58 pm
Forum: News and Announcements
Topic: New Qbasic Christmas Game: Santa's Delivery Rush
Replies: 10
Views: 14513

Re: New Qbasic Christmas Game: Santa's Delivery Rush

I made it to level 3 so far. It's a very nice game!
I like the graphics and that you added a lot of levels.
by bongomeno
Mon Dec 12, 2022 1:41 am
Forum: News and Announcements
Topic: Tiny Craft Basic Interpreter (discontinued for now)
Replies: 2
Views: 8731

Re: Tiny Craft Basic Interpreter

Let me know if I can help. I am not great at language development and have taken forever to get this far, but I would be happy to explain how things work. I can also provide study resources.


Tiny Craft Basic has been updated!
Fixed some small bugs and added more examples.
by bongomeno
Mon Dec 12, 2022 1:37 am
Forum: News and Announcements
Topic: Pebble language and compiler with expression parser
Replies: 5
Views: 4573

Re: Pebble language and compiler with expression parser

I haven't been active here in years.

It's nice to be back.

Thank you.
by bongomeno
Sun Dec 11, 2022 2:57 am
Forum: News and Announcements
Topic: Pebble language and compiler with expression parser
Replies: 5
Views: 4573

Re: Pebble language and compiler with expression parser

Pebble has been updated!
The operator precedence had issues and has been "fixed."
There's also now string support, although I am still working on string examples.
by bongomeno
Sun Nov 27, 2022 1:41 pm
Forum: News and Announcements
Topic: Pebble language and compiler with expression parser
Replies: 5
Views: 4573

Re: Pebble language and compiler with expression parser

I have made an update. There's now support for arrays and more examples. An example Pong game called Ball and Paddle is now included. Compile the source by running examples\ballandp.bat file. The game supports mouse and keyboard, has colors, sounds, and speed control. It all fits in .com file under ...
by bongomeno
Sun Nov 20, 2022 2:26 am
Forum: News and Announcements
Topic: Pebble language and compiler with expression parser
Replies: 5
Views: 4573

Re: Pebble language and compiler with expression parser

Expression evaluation is now supported. Parentheses must be used to explicitly state order of operations. Examples... [nextlevel]=[nextlevel]+10+([nextlevel]/3) or sub exitbutton cursor 76,0 echo "[X]" if ([mouseb]=1)&([_MOUSEX]>=76)&([_MOUSEX]<=79)&([mousey]=0) then kill endif...
by bongomeno
Sat Nov 12, 2022 1:56 am
Forum: News and Announcements
Topic: Pebble language and compiler with expression parser
Replies: 5
Views: 4573

Pebble language and compiler with expression parser

Pebble is a programming language, compiler, and IDE for x86 DOS. The compiler is written is QBasic and produces Flat Assembler code. Fasm is included along with a wysiwyg IDE written in QBasic. The IDE produces and executes compilation batch files. The compiler may be ran without the IDE. When a pro...
by bongomeno
Tue Jan 12, 2016 2:22 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QB64 Web Server / Scripting Language
Replies: 6
Views: 43260

Re: QB64 Web Server / Scripting Language

I have made some improvements to the stability of my software. My website also demonstrates the features of my server. I am now running an autosurf traffic exchange where users earn one Dogecoin per ten pages surfed. I also pay users five Dogecoin to log in. All the information is tracked with my sc...
by bongomeno
Tue Jan 12, 2016 2:13 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QB64 Web Server / Scripting Language
Replies: 6
Views: 43260

Re: QB64 Web Server / Scripting Language

May you please provide an example of this qb and batch web development method. I am unaware of what this is.


My server depends on QB64 which in my opinion is the perfect tool for developing server side software.
by bongomeno
Sat Nov 07, 2015 3:24 am
Forum: QBASIC and QB64 Questions & Answers
Topic: seeking tcpip info for qb45
Replies: 15
Views: 54882

Re: seeking tcpip info for qb45

That last post you replied on is a server.
by bongomeno
Fri Nov 06, 2015 2:43 am
Forum: QBASIC and QB64 Questions & Answers
Topic: seeking tcpip info for qb45
Replies: 15
Views: 54882

Re: seeking tcpip info for qb45

This thread is very interesting. I may just follow in your footsteps and try this PortTalk library. On another note, it makes me sad to see drama in this community. The QB community used to be very optimistic. It just isn't the same these days. I am hoping my server project will bring new people tog...
by bongomeno
Fri Nov 06, 2015 2:26 am
Forum: QBASIC and QB64 Questions & Answers
Topic: QB64 Web Server / Scripting Language
Replies: 6
Views: 43260

Re: QB64 Web Server / Scripting Language

Thank you for commenting. I would be glad to assist you with whatever I am able to. Let me make sure I understand your question. Are you asking if I plan on making a QB45 server? If so, after looking at your other thread "seeking tcpip info for qb45", I would actually like to try it out! U...