Problem
We want to be able to display icons in a grid of arbitrary size. Create a sample icon (happy face, rocket, etc.) and store the icon "template" as a constant.
Then design a function that can render a pixel map of that icon on a display of arbitrary size.
Bonus. Design a function which can return the set of screen states necessary to animate the icon scrolling across the screen,
Deliverable
Problem
We want to be able to display icons in a grid of arbitrary size. Create a sample icon (happy face, rocket, etc.) and store the icon "template" as a constant.
Then design a function that can render a pixel map of that icon on a display of arbitrary size.
Bonus. Design a function which can return the set of screen states necessary to animate the icon scrolling across the screen,
Deliverable