~nybble/LANGTON64

Langton's Ant for the Commodore 64.
e9610168 — Steve Sprang 1 year, 1 month ago
Rename BITMAP_START to BITMAP_BASE.
31a5eb32 — Steve Sprang 1 year, 1 month ago
Initial commit.

clone

read-only
https://git.sr.ht/~nybble/LANGTON64
read/write
git@git.sr.ht:~nybble/LANGTON64

You can also use your local clone with git send-email.

#LANGTON64 License: GPLv3

This is an implementation of Langton's ant for the Commodore 64.

I developed it on a modern Linux machine using the ACME Cross-Assembler, and tested it with VICE, a Commodore emulator. I also tested it on an Ultimate 64, a modern FPGA-based Commodore 64.

The project includes a pre-built binary ready to run: langton.prg

This program was developed as part of a project to explore implementations of Langton's ant on multiple platforms (Classic Mac, the Commodore 64, and a modern terminal emulator). See the article at nybble.org for more details.

LANGTON64 Screenshot

#Building

Execute the build script:

$ ./build.sh

The resulting binary will appear as:

langton.prg

#License

LANGTON64 is released under the GNU General Public License v3.