Conway’s Game of Life, programmed for DOS by Alan Hensel in 1996, is a highly optimized simulator implementing the famous cellular automaton. Operating purely on a few simple mathematical rules, it serves as a zero-player strategy game where your initial setup dictates everything that follows.
How to Play
The experience is driven by cellular evolution rather than direct action. You set up a starting configuration of “living” cells on a grid and let the simulation run. A cell survives if it has two or three living neighbors, and a dead space comes to life if it is surrounded by exactly three. Otherwise, cells die from isolation or overcrowding. You use standard MS-DOS keyboard controls to navigate the board, place or erase cells, and start the simulation.
Tips
- Experiment with well-known repeating patterns like the Glider, which travels across the grid endlessly, or simple oscillators like the Blinker.
- Because Hensel’s DOS implementation is highly optimized for speed, it is an excellent sandbox for testing massive starting structures to see how they evolve.


Leave a Comment / Review: