Welcome, Guest
You have to register before you can post on our site.

Username
  

Password
  





Search Forums

(Advanced Search)

Forum Statistics
» Members: 37
» Latest member: Ludwig
» Forum threads: 211
» Forum posts: 1,579

Full Statistics

Online Users
There are currently 183 online users.
» 0 Member(s) | 181 Guest(s)
Bing, Yandex

Latest Threads
NaaLaa VS SmallBASIC
Forum: Everything else
Last Post: luwal
5 hours ago
» Replies: 3
» Views: 61
A BASIC facebook group wi...
Forum: Programming
Last Post: johnno56
8 hours ago
» Replies: 9
» Views: 208
NaaLaa VS RCBasic
Forum: Programming
Last Post: luwal
Today, 03:12 AM
» Replies: 0
» Views: 9
Raylib and SmallBASIC....
Forum: Programming
Last Post: luwal
Today, 01:09 AM
» Replies: 8
» Views: 288
The most used BASIC diale...
Forum: Programming
Last Post: luwal
Yesterday, 09:02 AM
» Replies: 14
» Views: 843
Turbo Rascal Syntax Error...
Forum: Programming
Last Post: luwal
Yesterday, 01:50 AM
» Replies: 2
» Views: 64
Any plan to change the th...
Forum: Suggestions
Last Post: luwal
Yesterday, 01:37 AM
» Replies: 0
» Views: 23
Malay Basic ?
Forum: Everything else
Last Post: luwal
Yesterday, 01:16 AM
» Replies: 2
» Views: 44
Typing Trainer (repost)
Forum: NaaLaa 7 Code
Last Post: johnno56
05-08-2025, 12:29 PM
» Replies: 4
» Views: 240
Craft Basic,Express BASIC...
Forum: Programming
Last Post: luwal
05-07-2025, 02:07 AM
» Replies: 0
» Views: 84

 
  A diligent BASIC dialect(Small Visual Basic) developer!
Posted by: luwal - 05-04-2025, 12:49 AM - Forum: Programming - Replies (2)

This language developer is so hardworking! His programming language is called Small Visual Basic. The language is free and solid!
https://github.com/VBAndCs/sVB-Small-Visual-Basic

He is also an author of 4 programming books for children. 
https://www.amazon.com/dp/B0DNX2ZR4D



He is really diligent!

Print this item

  Why all 80's Computers had BASIC
Posted by: luwal - 05-01-2025, 03:06 PM - Forum: Everything else - Replies (3)

https://www.syntaxbomb.com/8-bit-16-bit-...g347065074

A very interesting discussion.

Print this item

Thumbs Up Most used game engines on Itch(official statistics)
Posted by: luwal - 05-01-2025, 01:39 AM - Forum: Everything else - Replies (1)

Here.

https://itch.io/game-development/engines/most-projects

Print this item

  The most used BASIC dialect on Itch: AppGameKit
Posted by: luwal - 04-29-2025, 03:13 AM - Forum: Programming - Replies (14)

The most used BASIC dialect on Itch should be "AppGameKit" because 271 game projects can be found!

https://itch.io/games/made-with-appgamekit
Cool

The 2nd most used BASIC dialect should be "GFA Basic" because 162 game projects use the tag “gfabasic”!

https://itch.io/games/tag-gfabasic

Print this item

  Suggestion: other classic games in QuickBasic 4.5
Posted by: luwal - 04-28-2025, 03:02 AM - Forum: Suggestions - Replies (2)

Hello...I discovered that there were other classic games in version 4.5: NIBBLES, QBLOCKS, QBRICKS, QMAZE, QSHIP, REVERSI.

Marcus is writing a NaaLaa version of Gorillas. Other NaaLaa experts can try to write the above classic games in NaaLaa. Quite challenging. The finished games will become interesting examples in future versions of NaaLaa! Good luck. 

Videos: 
https://www.youtube.com/watch?v=_O_nXfKiWto
https://www.youtube.com/watch?v=RDsVkokU69Y&t=97s

Version 4.5 of QuickBasic is on this page. I believe that this version can be run under DOSBox.
https://winworldpc.com/product/quickbasic/45

Print this item

  Suggestion: an example for QuickBASIC's Gorillas.bas
Posted by: luwal - 04-27-2025, 01:37 AM - Forum: Suggestions - Replies (3)

QuickBASIC's Gorillas.bas is so classic.
[Image: %2BsIG7E.png]

A QB64 version is here:
https://lunduke.itch.io/gorillabas

The technical information of the game: https://lunduke.substack.com/p/compiling...orillas-on

I hope that some NaaLaa experts will try to write the game in NaaLaa and Marcus will add the NaaLaa version to the next version of NaaLaa!
Wink

Print this item

  BASIC replicator!
Posted by: luwal - 04-25-2025, 12:53 AM - Forum: Everything else - Replies (2)

[Image: KF2Lfv.jpg]

Wow. I found a nice game again!

You are tasked with writing BASIC code to generate voxel objects.  Each challenge presents you with a new object to replicate.
https://walaber-ent.itch.io/basic-replicator


In this game you are tasked with writing BASIC code to generate voxel objects.  Each challenge presents you with a new object to replicate.

Print this item

  Backspace Key
Posted by: 1micha.elok - 04-23-2025, 03:22 AM - Forum: NaaLaa 7 Questions - Replies (9)

Hi
I am working with some keydown event codes, but I can't seem to find the key code for the backspace key. 
Could you kindly advise me? Thank you!

Code:
#win32
set window "KEYDOWN",200,100,false,4
set redraw off

while not keydown(KEY_ESCAPE)
    set color 0,0,0
    cls
   
    set color 255,255,255
    set caret 10,10
    if keydown(KEY_INSERT) wln "Insert"
    if keydown(KEY_DELETE) wln "Delete"
    if keydown(KEY_HOME) wln "Home"
    if keydown(KEY_END, true) wln "End"
    if keydown(KEY_PAGE_UP) wln "Page Up"
    if keydown(KEY_PAGE_DOWN) wln "Page Down"
    'if keydown(KEY_BACKSPACE) wln "Backspace"
   
    redraw
    fwait 10
wend

Print this item

  BASIC games, Pascal games of 80's feel.
Posted by: luwal - 04-23-2025, 02:57 AM - Forum: Everything else - No Replies

[Image: R0Nl4f.png]


The games look cool. This is retro stuff. 

https://dimalink.itch.io/basic-pascal

Print this item

  C64 Game Maker v1.5.5
Posted by: luwal - 04-22-2025, 04:55 AM - Forum: Programming - No Replies

Perhaps some members will be interested in the tool.

"C64 Game Maker" is a tool that allows you to generate C++ source code for simple video games. (Allows you to use a simple BASIC language to make the code.)
https://agpx.itch.io/c64-game-maker
Cool
Video information:
https://www.youtube.com/playlist?list=PL...6gMwfUZWVZ

Print this item