Release

Super Lights Out game

3

was8bit 2022-07-19 17:32

Tapping toggles lights on or off... affected nearby lights depend on the arrows on the square you tap

Turn all lights off to level up to a harder level :)


SP4CEBAR 2022-07-21 10:50

How are the levels generated? Does the program play the game in reverse?


was8bit 2022-07-21 15:10

SUB POP(X,Y) Will goto x,y location, read the piece there, and flips the x,y position, and it flips the surrounding pieces that the x,y piece is pointing to..

So, at the start of a level, it will randomly select x,y and call POP, once for each level#, so at level 5, it calls POP 5 times at random x,y positions :)

Player levels up once the game detects that all pieces are off..


SP4CEBAR 2022-07-22 08:06

Cool


was8bit 2022-07-22 08:43

:)


Log in to reply.