Page 1 of 1

Maze generation in gigatron assembly

Posted: 22 Feb 2019, 19:05
by mcbrown
Hi gigatron community,

in the last weeks, I've managed to implement an iterative maze generator in gigatron assembly that I'd like to share with you:
https://github.com/kervinck/gigatron-ro ... un-de/gasm

I think it's kinda mesmerizing watching the maze grow again and again, especially in the slowest vCPU mode with solid lines (no scanlines used for computation). Have fun with it :-)

Tobias

Re: Maze generation in gigatron assembly

Posted: 22 Feb 2019, 19:39
by marcelk
Excellent! Good that we caught the SYS call issue quickly.

I caught another thing when uploading this to real hardware: sendFile.py had become unreliable in combination with the Arduino Uno. You can get this message:

Code: Select all

Connecting to /dev/tty.usbmodem14101
Exception: Gigatron offline
A bug had crept into BabelFish while we were working on the Arduino Micro support. It is fixed now.

IMG_4819.jpeg
IMG_4819.jpeg (211.26 KiB) Viewed 2230 times