Skip to content

Instantly share code, notes, and snippets.

View ansgomez's full-sized avatar

Andres Gomez ansgomez

View GitHub Profile
@ansgomez
ansgomez / example.svg
Created April 5, 2024 16:57 — forked from hackerb9/example.svg
Extract vector images from funky PDF files
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@ansgomez
ansgomez / README.md
Created November 5, 2023 06:54 — 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