- Changed banner name from ARAKNOID to BREAKOUT.
- Set frame rate appropriately for the corrected nextFrame() function.
- Removed dead and non-functioning code.
- Cleaned up save, load and display of high scores.
- Made pausing the game work.
- Display the achieved score on the "game over" screen.
Also: Minor refactor of function nextFrame()
Scroll down "Arduboy" logo was removed because the library now
provides a similar logo.
setup() and loop() moved to the beginning of the code.
Minor changes and cleanup.