Search found 251 matches

by bongomeno
Sun Mar 26, 2023 1:49 pm
Forum: General Discussion
Topic: New BASIC website
Replies: 1
Views: 1323

Re: New BASIC website

I have added sections for Quick Basic, QB64, Free Basic, and RapidQ to my forum.

Hope to see you there. 8)
by bongomeno
Sun Mar 26, 2023 4:57 am
Forum: General Discussion
Topic: Latest Windows 11 update is causing slow SSDs & WiFi connections, BSoD, and more
Replies: 1
Views: 730

Re: Latest Windows 11 update is causing slow SSDs & WiFi connections, BSoD, and more

I'm posting from XP and often still use 95.

I might have to throw my eyes in the bin if I see Window 11.
by bongomeno
Wed Mar 01, 2023 8:32 pm
Forum: News and Announcements
Topic: Tiny Craft Basic Interpreter
Replies: 4
Views: 1670

Re: Tiny Craft Basic Interpreter

Tiny Craft Basic has been updated! It also has a new homepage (in the OP). I brought some of the updates over from it's Windows counterpart. The set of math functions is now standard BASIC syntax. I have updated the examples to reflect this. For example, int(rnd*100)+1 returns 1 to 100. Also look at...
by bongomeno
Wed Feb 22, 2023 6:33 am
Forum: General Discussion
Topic: New BASIC website
Replies: 1
Views: 1323

New BASIC website

I just created this website.

It's the new home of my BASIC programming languages.

http://www.lucidapogee.com
by bongomeno
Thu Jan 26, 2023 11:46 pm
Forum: News and Announcements
Topic: FTCBASIC (Fast Tiny Compiled BASIC)
Replies: 3
Views: 759

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: 759

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: 759

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: 759

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: 488

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: 4766

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: 926

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: 3773

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
Fri Dec 23, 2022 5:06 pm
Forum: News and Announcements
Topic: Tiny Craft Basic Interpreter
Replies: 4
Views: 1670

Re: Tiny Craft Basic Interpreter

Here's a few more code examples that are now included in the download. These particular examples are compatible with QBasic without any modification! 100 doors 10 rem loop 20 let i = i + 1 30 print i * i, " open" 40 if i * i < 100 then 10 50 shell "pause" 60 end factorials 10 let...
by bongomeno
Mon Dec 12, 2022 1:41 am
Forum: News and Announcements
Topic: Tiny Craft Basic Interpreter
Replies: 4
Views: 1670

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: 910

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 3:02 am
Forum: News and Announcements
Topic: Tiny Craft Basic Interpreter
Replies: 4
Views: 1670

Tiny Craft Basic Interpreter

I have just released my own Tiny Basic written in QuickBasic. It's called Tiny Craft Basic and is the DOS version of Craft Basic. It has a line mode editor and aims to be very similar to classic Tiny Basic. Homepage: http://www.lucidapogee.com/forum/viewtopic.php?p=4 Here's it's example programs. 10...
by bongomeno
Sun Dec 11, 2022 2:57 am
Forum: News and Announcements
Topic: Pebble language and compiler with expression parser
Replies: 5
Views: 910

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: 910

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: 910

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: 910

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...