Skip to content

Instantly share code, notes, and snippets.

View lucypoo's full-sized avatar
🔥
SussySounding

lucypoo lucypoo

🔥
SussySounding
View GitHub Profile
@lucypoo
lucypoo / README.md
Created December 15, 2023 02:03 — forked from straker/README.md
Basic Pong HTML and JavaScript Game

Basic Pong HTML and JavaScript Game

This is a basic implementation of the Atari Pong game, but it's missing a few things intentionally and they're left as further exploration for the reader.

Further Exploration

  • Score
  • When a ball goes past a paddle, the other player should score a point. Use context.fillText() to display the score to the screen