Skip to content

RGGH/mif

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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