Tech News
← Home  ·  All topics

Conway S Game Of Life

2 GoKawiil briefs on this topic

Developer 0xAX builds Conway's Game of Life in a 512-byte boot sector

A project called BootLife implements Conway's Game of Life entirely within a 512-byte x86 boot sector, using VGA memory to display the simulation grid. It's shared on GitHub as a Show HN post, built with NASM and runnable via QEMU, with source code and a Makefile provided for building and testing.

Retro coder releases open-source Windows 3.1x tools including Game of Life clone

A developer has published free, GPL-licensed source code for three old Windows 3.1x-era programs: a limited implementation of Conway's Game of Life, a GDI object-cleanup utility called GDI Rescuer, and a Mastermind-style game called Code Breaker. The Game of Life program notably demonstrates mixing 16-bit C with 32-bit assembly via winmem32.dll and handling palette and DIB color translation quirks of the era.