Fast answer: glider first, LWSS next

The glider is the smallest spaceship: period 4, diagonal motion, c/4 speed. LWSS, MWSS, and HWSS are the classic orthogonal family: period 4, straight motion, c/2 speed.

If you are trying to identify a moving pattern, do not judge from one frame. Step through one full period and check whether the same phase appears in a new position.

A spaceship repeats in a new location

A spaceship is a finite pattern that returns to its shape after a fixed period, but translated on the grid. The glider does this diagonally every four generations. The lightweight spaceship moves orthogonally with period 4.

This is the practical difference between an oscillator and a ship. Both repeat. Only the ship changes position.

Speed notation is a compact measurement

Life uses c as the maximum speed at which information can travel across a range-1 rule: one cell per generation. A glider travels at c/4 diagonally. Classic lightweight, middleweight, and heavyweight spaceships travel at c/2 orthogonally.

Those fractions are not decorative notation. They tell you how many ticks a signal needs before it can reach another object.

The glider became the default signal

The glider is small, frequent, and easy to recognize after four ticks. That made it the standard moving object for later Life engineering: streams, reflectors, guns, syntheses, and logic constructions all rely on controlled moving signals.

For a new learner, the simplest experiment is still the best one. Load a glider, step four times, and compare the translated shape with the starting phase.

Working takeaway

If a pattern seems to move, pause after its period and compare its bounding box. A real spaceship repeats its phase after translation.

Fast answers

Common search questions

What is the smallest spaceship in Conway Life?

The glider is the smallest spaceship. It repeats after four generations and moves diagonally at c/4.

How is a glider different from LWSS?

A glider moves diagonally at c/4. LWSS moves orthogonally at c/2, so it is the first straight-moving spaceship most users should compare with the glider.

How do I know a pattern is a spaceship?

Run it for its period. If the same phase returns in a translated position rather than the same position, it is a spaceship, not an oscillator.