Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

https://github.com/ncot-tech/z80-life

Conway's Game of Life for the RC2014 Z80 computer
https://github.com/ncot-tech/z80-life

Last synced: about 22 hours ago
JSON representation

Conway's Game of Life for the RC2014 Z80 computer

Lists

README

        

# z80-life

An implementation of Conway's Life for the RC2014 Z80 computer

## How to use

You will need an [RC2014 computer](https://rc2014.co.uk/), or other Z80 computer running [Small Computer Monitor 1.0](https://smallcomputercentral.wordpress.com/small-computer-monitor/small-computer-monitor-v1-0/).

You will also need a [joystick module](https://rc2014.co.uk/modules/joystick-module/) that is mapped to Z80 input port 1.

You can upload the Intel HEX format binary (life.hex) to the machine through the serial terminal.

Execution starts at 0x8000

## For more info

* [YouTube Video](https://youtu.be/DelPw_fY1J0)
* [Website Link](https://ncot.uk/z80-homebrew-computer/conways-life-in-z80-assembly/)
* [Twitter](https://twitter.com/NCoT_Tech)