davervw / angular-vic20

Vic-20 promoting Angular visually

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Celebrating Angular on the Vic-20

Angular screen saver

Instructions:

Get out your Vic-20 (or emulator)
Configure with 8K expansion ram at $2000, and 8K @ $A000
Transfer project files or d64 to it
LOAD"STARTUP",8
RUN
  • ANGULAR (PRG) tiled icons
  • ANGULAR2 (PRG) interactive multi-color palette changes
  • ANGULAR3 (PRG) random placement on 8x16 pixel grid, avoiding overlap
  • ANGULAR3.1 (PRG) random placement on finer 2x1 pixel grid, avoiding overlap on 8x16 color pixel
  • ANGULAR4 (PRG) animated movement of icons bumping into each other avoiding overlap
  • BOUNDING BOX (PRG) showing boxes drawn avoiding overlap, keeping only first 10, showing collisions with flash
  • BOUNCE RUNNER (PRG) runs the assembly language port of ANGULAR4 for increased performance

Utilizes LOADHIRES20 from the hires-vic-20 project

About

Vic-20 promoting Angular visually

License:MIT License


Languages

Language:Assembly 96.9%Language:Shell 3.1%