Skip to content

Latest commit

 

History

History
17 lines (12 loc) · 847 Bytes

README.md

File metadata and controls

17 lines (12 loc) · 847 Bytes

RustRust Cross Compile for Raspberry Pi 5 (ARM64)

Adventures in frame buffers - minifb

Features

  • image to bytes

  • frames update from image using slice unless game logic says otherwise

  • collision detection for each drop to hit cat (negative) and cursor (positive)

    • Positive score: Original background.
    • Score 0 to -10: Mouse1 background.
    • Score -11 to -20: Mouse2 background.
    • Score below -20: Mono background.
    • Score 30 : winner background

image