A bit of late-night reading in the hammock. Luckily, there is an overhead light. For Bushboy’s Last on the Card, Aug, 2025| lifelessons – a blog by Judy Dykstra-Brown
These types of posts are probably my favorite. Someone posts something with a coding challenge, and folks start submitting their ideas, and I get to play collector and just repost without doing any work… (Well, except I am submitting ideas as well, this time.) This all kicked off when Michael Pittsley shared a contest he […]| Sub-Etha Software
And now back to CoCo … – Michael Pittsley posted in the TRS-80 Color Computer (CoCo) group on Facebook: Many of us have our CoCos and have memories or how good we once were writing basic programs on it. Including myself. I found this article in the first UnderColor magazine. It was a contest to […]| Sub-Etha Software
Follow these practical dog travel tips from preparing to travel with a dog to finding dog-friendly things to do in any destination.| Luxe Adventure Traveler
Hey everyone,| theladydetalle
Above, Kili Redondo (left) and Leinani Lozi (right), oli (chant) at the opening of the 2023 Hilo Lei Day Festival at Kalākaua Park. Photo by Rita French Lei, the lovely garlands of Hawaiʻi, are made of many different materials, from shells to ivory, to flowers, to feathers – so many things can be crafted into … Continue reading Floral Adornments of Hawaiʻi| Kaʻahele Hawaiʻi
Everything you need to know about flying dogs of any size with K9 Jets, a pay-per-seat private jet charter flying between the US and Europe.| Luxe Adventure Traveler
As we begin this part, let’s look at the BASIC Lights Out code as it stands currently: 5 REM SELECT GAME6 GOSUB 600010 REM INITIALIZE GRID20 GOSUB 400030 REM SHOW GRID40 GOSUB 100047 IF LO=0 …| Sub-Etha Software
Where where we? Oh, right. Light Out, in very basic BASIC. If Lights Out always started with the same lights on, once you figured out how to win, you could repeat those steps and win every time. Th…| Sub-Etha Software
The story so far… In the beginning, we learned a bit about the game Lights Out and its history. We then saw some very basic BASIC that implements the basic functionality of a basic game of th…| Sub-Etha Software
Updates: 2023-02-06 – William Astle pointed out that Color BASIC doeshave ELSE. Not sure why I thought it didn’t — I never had a machine with plain Color BASIC. Striked out! In th…| Sub-Etha Software
Recently, Rick Adams let me see a CoCo 3 Lights Out game he was working on. I have heard of the Lights Out, but have never played it. I gave it a shot… I was immediately frustrated by how dif…| Sub-Etha Software