Skip to content

Homework 01

Deadline 2024-03-21 23:59:59

Write a game in pure html and JS using DOM manipulation (no canvas). Game - Atari Breakout.
https://en.wikipedia.org/wiki/Breakout_(video_game)

Canvas version: https://developer.mozilla.org/en-US/docs/Games/Tutorials/2D_Breakout_game_pure_JavaScript

Using images is ok!

Must have:

  • List of best results (non-permanent).
  • pause/start
  • use full viewport, responsive
  • support chrome/edge
  • basic gameplay
  • rudimentary level support

Nice to have:

  • Shooting function? Power-ups? Multiple Balls?
  • Levels, game gets harder
  • List of best results (permanent).