Page 1 of 1

Lady's Garden - Web Browser Game / Spider Basic

Posted: Thu Jan 30, 2020 11:01 pm
by Paul
Lady's Garden
Any finally here's a real oldie from 2001, now converted to SpiderBasic...
https://reelmedia.org/ladysgarden

Tested it on Chrome and FireFox

Image

Re: Lady's Garden - Web Browser Game / Spider Basic

Posted: Fri Jan 31, 2020 2:03 am
by Charlie
Oh man, that is such awesome simple fun ! Thank-you !

Re: Lady's Garden - Web Browser Game / Spider Basic

Posted: Tue Feb 04, 2020 9:39 pm
by Fred
That brings back some good memories haha !! Well done ! How was the PB -> SB conversion ?

Re: Lady's Garden - Web Browser Game / Spider Basic

Posted: Wed Feb 05, 2020 2:33 am
by Paul
Fred wrote:That brings back some good memories haha !! Well done ! How was the PB -> SB conversion ?
The conversion of this one went quite well.
The source will compile on both SpiderBasic and PureBasic and only 4 "CompilerIf" statements were needed.

The other games posted were a bit more challenging due to some issues (bugs) encountered which have been posted in the bug section.

Re: Lady's Garden - Web Browser Game / Spider Basic

Posted: Wed Feb 05, 2020 10:34 am
by Fred
I will take look to your issues. That's cool than only a minimum compilerif are needed to have a web version. Any chance to have an android/ios version for reference ?

Re: Lady's Garden - Web Browser Game / Spider Basic

Posted: Wed Feb 05, 2020 8:36 pm
by Paul
I can try an Android version but I hit a problem with TouchDeltaX & TouchDeltaY only returning 0.
TouchX and TouchY work fine. Either I'm doing something wrong or it's a bug.... any ideas?

Re: Lady's Garden - Web Browser Game / Spider Basic

Posted: Wed Feb 05, 2020 8:37 pm
by Fred
I will take a look