- [x] Redecide if fullscreen should be abandoned or not (especially for the graphics-power consuming game over screen) - [x] Use a div as p5js canvas parent: https://stackoverflow.com/a/64320776/420684 - [x] Use same Canvas size as a YouTube player (1.777 ratio)... or [p5js play library's breakout game canvas size](https://molleindustria.github.io/p5.play/examples/index.html?fileName=breakout.js) - [x] Add nicely decorated HTML border - [x] Ensure display runs smoothly (speed and layout) - [ ] Ensure mobile displays run the game OK (everything visible and big enough, especially canvas size vs. touchability with big fingers)