1
Programs / Re: Wordle clone
« on: March 07, 2022, 05:36:11 pm »
Your code made my game way faster. Thanks, Dav!
https://archive.org/details/weirdle_20220306
https://archive.org/details/weirdle_20220306
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Another quickie for this morning and Aurels Forum: http://basic4all.info8-hosting.info/index.php
Showing Aurel how he might do this more satisfactory with his MicroA interpreter with this QB64 example:Code: QB64: [Select]
That IS Weird Paul! Love him so much. Nice work m8.
Sounds interesting.
I don't think LINE INPUT accepts a given input limit, but I made a restricted input routine function that you can freely have/use/abuse.
- DavCode: QB64: [Select]
'========== 'KINPUT.BAS '========== 'Restricted keyboard INPUT$ routine. 'Limit how many characters you can enter. 'Coded by Dav, JAN/2021 a$ = KINPUT$(3, 3, "Enter up to 12 letters: ", 12) PRINT "You entered: "; a$ entry$ = "" 'add letter entered, if not over limitnum entry$ = entry$ + a$
Yeah not trying to take away from your fun, sorry if I gave that impression.
Just showing a Quick easy to use tool for QB64 on Windows.
Code: QB64: [Select]
This is awesome!Thank you!
verry cool!
Also the music!