XRoar: Dragon 32, Dragon 64, Dragon 200-E, Tandy Colour Computer and Tandy MC-10 emulator for Linux, Unix, Mac OS X and Windows.| www.6809.org.uk
At this point, we have a nicely functional BASIC version of Lights Out. Some of its features include: 5×5 grid of lights. Random games. Allows replaying a specific game. Counts moves for scori…| Sub-Etha Software
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