Re: [M100] New 10-line game (David Plass)

2023-03-31 Thread R IV
Sent from my iPad On Mar 13, 2023, at 5:25 PM, Jason White wrote:  I have just loaded and tried out Bounce. I love it! I think I am going to add a few lines though to add a play again option, and probably a sound after each miss. There are a few other breakout type fames for the 100, but t

Re: [M100] New 10-line game (David Plass)

2023-03-29 Thread lloydelmer
It’s a great game. Amazing you can do all that in just 8 lines of code. Lloyd From: M100 On Behalf Of David Plass Sent: Tuesday, March 28, 2023 6:26 PM To: m...@bitchin100.com Subject: Re: [M100] New 10-line game (David Plass) No worries! I was able to reproduce the issue. I re

Re: [M100] New 10-line game (David Plass)

2023-03-28 Thread David Plass
No worries! I was able to reproduce the issue. I re-uploaded the drop.do file, uploaded the .ba file, and moved everything to a new directory. Check out everything at https://github.com/dplassgit/games/tree/trunk/t100/drop (I tested both the .ba and the .do file in cloudt, and they both seemed to

Re: [M100] New 10-line game (David Plass)

2023-03-28 Thread John R. Hogerhuis
On Tue, Mar 28, 2023, 1:34 PM David Plass wrote: > Apologies. I'll try to iron this out. > > Didn't intend it as a complaint. Just sharing what I did to make it work. It might be on my side, I haven't looked closely at it. Last I checked files from the club100 library do load with the add url th

Re: [M100] New 10-line game (David Plass)

2023-03-28 Thread David Plass
Apologies. I'll try to iron this out. On Tue, Mar 28, 2023 at 1:55 PM John R. Hogerhuis wrote: > Thanks David > > Interesting... I tried to load DROP into CloudT via the Github "Raw" URL > https://raw.githubusercontent.com/dplassgit/games/trunk/t100/DROP.DO > using the Add URL feature and CLOAD.

Re: [M100] New 10-line game (David Plass)

2023-03-28 Thread John R. Hogerhuis
Thanks David Interesting... I tried to load DROP into CloudT via the Github "Raw" URL https://raw.githubusercontent.com/dplassgit/games/trunk/t100/DROP.DO using the Add URL feature and CLOAD. It loads some but gives a DS error. I'm thinking it might be end of lines are not right? Some other enco

Re: [M100] New 10-line game (David Plass)

2023-03-25 Thread David Plass
The new version of BOUNCE is available (T100 only, sorry): https://github.com/dplassgit/games/tree/trunk/t100/BOUNCE I also released a preview of "DROP ", the airdrop game. Just hit SPACE to drop the package from our plane onto the target

Re: [M100] New 10-line game (David Plass)

2023-03-15 Thread David Plass
...And I've just discovered a way to save a line. Stay tuned for a small improvement ;-) On Wed, Mar 15, 2023 at 10:17 AM David Plass wrote: > Yeah, like meaningful variable names, and instructions on how to play, and > a message when the ball goes out of bounds, etc. > > 10 lines fill up FAST!

Re: [M100] New 10-line game (David Plass)

2023-03-15 Thread David Plass
Yeah, like meaningful variable names, and instructions on how to play, and a message when the ball goes out of bounds, etc. 10 lines fill up FAST! (Also this is my first year doing the contest and I've learned a LOT about minimizing BASIC in the last month. I'm sure this program can be reduced a l

Re: [M100] New 10-line game (David Plass)

2023-03-14 Thread Jason White
I was guessing some niceties had to be chopped to make it fit into the 10 lines. I’ll be sure to post whatever changes I come up with. I’m not much of a programmer, so it’ll likely be pretty ugly and might not even work :D J White Sent from Yahoo Mail for iPhone

Re: [M100] New 10-line game (David Plass)

2023-03-14 Thread David Plass
Thanks! I'm glad you're enjoying it. Note, I was kind of constrained by the 10-line limit for the contest, but feel free to fork it and add bells and whistles (literally!). On Mon, Mar 13, 2023 at 8:25 PM Jason White wrote: > I have just loaded and tried out Bounce. I love it! I think I am goin

[M100] New 10-line game (David Plass)

2023-03-13 Thread Jason White
I have just loaded and tried out Bounce. I love it! I think I am going to add a few lines though to add a play again option, and probably a sound after each miss.  There are a few other breakout type fames for the 100, but this one is the best I’ve tried! Thanks for making and sharing it! J Whit