Project Info:

This program goes one step above “Retro sprite” and stores the sprite as binary information. There is no need to waste computer memory: one bit per sprite pixel is enough.

You’ll learn:

  • About binary numbers
  • How to convert a number to the binary representation
  • How to store a sprite as numbers

  • Created by: Adrian
  • Date: 2018
  • Language: JavaScript
Start tutorial