Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 601 Bytes

README.md

File metadata and controls

15 lines (11 loc) · 601 Bytes

Conway's Game of Life, retro edition

Here's another addition in the line of retro-styled games, implemented using obsolete technology. Conway's Game of Life isn't really a game, but it's neat, and so we thought we'd implement it in Visual Basic 6, the last version of the Visual Basic family of languages that compiles to native 32-bit Windows executables.

How does the game work?

Start the game. Select a few cells to modify their state. Click run (that's Game > Run, or C-r).

A screencap of the Game of Life game