top of page
new.mp4
75Q.gif
07b63d136506ef0ad0b21273b0c27761.jpg
1uYk.gif
R.png

SYSTEM ONLINE

Untitled_Artwork (1).png
MaidelnessSit300.png

    (next-cycle world)
    (incf cycles)
    (print-world world cycles)))

 

(defun life (source)
  (let* ((size (length (car source)))
         (life (make-world
                :size size
                :current (make-array (list size size) :element-type 'bit
                                     :initial-contents source)
                :next (make-array (list size size) :element-type 'bit
                                  :initial-element 0)
                :numdots 0)))
    (dotimes (i size)
      (dotimes (j size)
        (unless (zerop (bit (world-current life) i j))
          (incf (world-numdots life))
          (when (< i (world-xmin life)) (setf (world-xmin life) i))
          (when (> i (world-xmax life)) (setf (world-xmax life) i))
          (when (< j (world-ymin life)) (setf (world-ymin life) j))
          (when (> j (world-ymax life)) (setf (world-ymax life) j)))))
    (propagate life 0)))
 

LITTLE GHOST
Untitled_Artwork (1).png
R.png
0328(2).mp4
0403(1).mp4
â–‡  MISSION INFO
       CHAPTER 4
   PVP
armored-core-armored-core-first-generation.gif
0417.mp4
5HP6.gif
0328(1).mp4

TRANSMISSION INQUIRY

Screenshot (110).png
*****************

ERROR ERROR

 ***
 **
 *
lunar tear achieve.webp

Maidenless

MaidenlessLaugh112.png

OPERATIONAL HUB

0426.mp4
MaidenlessPngtuberATransparent.png

[S^2 Engine (S^2 KIKAN)]

0520.mp4
0526.mp4
bottom of page