READ ALL THE NOTES AND CREDITS FIRST!!! Press [G] to proceed a generation [1 - 8] to change cell brush (some numbers need to be pressed twice to get all cells) [SPACE] to toggle editor mode (pointless at the moment) [WASD] to move around [R] to rotate a cell 750+ blocks lol
ORIGINAL GAME BY SAM HOGAN https://samhogan.itch.io/cell-machine WORKING CELLS: MOVER [5] GENERATOR [3] ROTATOR [1] IMMOBILE CELLS (kinda) [4] Tile engine originally by @griffpatch but modified by me KNOWN BUGS (save code demos are in v3 encoding for Cell Machine Mystic Mod) All rotations of every cell activate at once, not in the RLUD order that they should activate in A mover pushing a mover causes them both to move 2 spaces instead of one (only up and right directions) Reason: The first mover is getting updated twice because of the way the list is set up, shouldn't be too difficult to fix (I hope!) V3;a;a;{)0x66)9C)0q;; Rotators don't rotate some cells Reason: not really sure tbh Generators push cells once if there is nothing behind the generator. Reason: The generators will always want to generate at least 1 cell no matter what it is, the background cell will be generated and will push any cells out of the way 2 push cells facing towards each other don't work well at all! Reason: Not a clue Cells loop around from the bottom to the top and vice-versa when they hit that wall, enjoy the free loop feature while it lasts, I guess!