← Back

AI to ZX 🧠🌈

Overview

AI to ZX is a collection of artificial intelligence (AI) and computational demonstrations running on the legendary ZX Spectrum computer.

This project bridges the gap between retro computing nostalgia and modern AI concepts by implementing classic algorithms within 1980s hardware constraints.

Programs are written in ZX BASIC, compiled to Z80 machine code, and run in a web-based emulator (JSSpeccy).

Prerequisites

Getting Started

  1. Clone the repo git clone --recursive https://github.com/JGalego/AI-to-ZX.git
  2. Download JSSpeccy ./scripts/download-jsspeccy.sh
  3. Build demos ./scripts/build.sh
  4. Serve locally python3 -m http.server 8000 --directory public

References

Books 📚

Blogs ✍️

Tools & Software

Miscellaneous

Made with ❤️ by JGalego