Maze generation in gigatron assembly

Using, learning, programming and modding the Gigatron and anything related.
Forum rules
Be nice. No drama.
Post Reply
mcbrown
Posts: 6
Joined: 12 Nov 2018, 11:41

Maze generation in gigatron assembly

Post 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
Attachments
maze.gt1
(661 Bytes) Downloaded 242 times
User avatar
marcelk
Posts: 488
Joined: 13 May 2018, 08:26

Re: Maze generation in gigatron assembly

Post 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 2205 times
Post Reply