Search found 247 matches

by Dav
Sun May 15, 2022 2:09 pm
Forum: BASIC programs
Topic: smartBoogie
Replies: 6
Views: 6349

Re: smartBoogie

I enjoyed this. Well done.

- Dav
by Dav
Sun May 15, 2022 2:02 pm
Forum: BASIC programs
Topic: Simple midi player
Replies: 4
Views: 3603

Re: Simple midi player

Nice midi player, @Henko. Thanks for sharing it. Handy little program. Hey @smbstarv, did you play/record that version of ain’t she sweet? Very nice rendition of it. I have to play/sing that song frequently when entertaining at nursing homes. After all these years that old song is still popular with...
by Dav
Fri Nov 20, 2020 12:53 pm
Forum: Other topics
Topic: Smart BASIC is discontinued
Replies: 15
Views: 10351

Re: Smart BASIC is discontinued

So glad to see that this great basic will continue on the ipad! I got the update notification email, but havent yet downloaded it as Im not using IO12 or greater yet (i fear some of my old music apps will break if I update). So i'm now considering updating my iOS. If I go past the free download date...
by Dav
Sat Jun 02, 2018 11:29 pm
Forum: BASIC programs
Topic: Speed test using SB for various i-devices
Replies: 3
Views: 2838

Re: Speed test using SB for various i-devices

NIce program. I have an iPad 2017 model. Here's the output for that: 2851855 2851855 1 0.350649 2962885 2907370 2 0.337509 2977493 2930744 3 0.335853 2964773 2939251 4 0.337294 2978566 2947114 5 0.335732 2975101 2951779 6 0.336123 2971106 2954540 7 0.336575 2974739 2957065 8 0.336164 2982173 2959854...
by Dav
Fri May 25, 2018 5:07 pm
Forum: BASIC programs
Topic: GetToTheFlag puzzle game v1.0 (ipad)
Replies: 0
Views: 8546

GetToTheFlag puzzle game v1.0 (ipad)

Continuing making games using buttons. I made this for kids, of any age. It's a simple game where you navigate the face to the flag while covering up every empty space on the board. EAsy for most, but you can design harder levels if you wish. - Dav 'GetToTheFlag.txt v1.0 'A simple puzzle game for ip...
by Dav
Fri May 25, 2018 5:02 pm
Forum: BASIC programs
Topic: RoCoLoco v1.0 - Number puzzle game (ipad)
Replies: 8
Views: 5892

Re: RoCoLoco v1.0 - Number puzzle game (ipad)

Thanks, MarkP. THat's a simple way to make it for all devices. :D

- Dav
by Dav
Thu May 17, 2018 2:27 pm
Forum: BASIC programs
Topic: Simple web browser with bookmarks (iPad/iPhone/iPod touch)
Replies: 38
Views: 25133

Re: Simple web browser with bookmarks (iPad/iPhone/iPod touch)

You're right, rbytes. I corrected the infobar program posts using your better code posted here, and also corrected the browser code with it.

Thanks.

- Dav
by Dav
Wed May 16, 2018 2:06 pm
Forum: BASIC programs
Topic: Simple web browser with bookmarks (iPad/iPhone/iPod touch)
Replies: 38
Views: 25133

Re: Simple web browser with bookmarks (iPad/iPhone/iPod touch)

Thanks for pointing that out, MarkP. I'll make the change.

The time bug was fixed in the original infobar post (here) but I failed to correct every program I stuck infobar into.

- Dav
by Dav
Wed May 16, 2018 3:38 am
Forum: BASIC programs
Topic: RoCoLoco v1.0 - Number puzzle game (ipad)
Replies: 8
Views: 5892

Re: RoCoLoco v1.0 - Number puzzle game (ipad)

Here's an updated version of the game, now using Henko's puzzle generating function. I left in the old versions method of computing totals, but I can eliminate that with the rtot() and ctot() variable set up with henko's function. I just didn't get around to it yet. What's new: choose from 3 grid si...
by Dav
Tue May 15, 2018 1:49 pm
Forum: BASIC programs
Topic: RoCoLoco v1.0 - Number puzzle game (ipad)
Replies: 8
Views: 5892

Re: RoCoLoco v1.0 - Number puzzle game (ipad)

Great work, Henko! Much appreciated. I'll implement that in a new version of the game and give option for larger grids.

I was trying to come up with an algorithm too. I only came up with a headache. :D

- Dav