Apps / Pong

A port of a famous 1972 arcade game.
  • CHIP-8
  • 2026-05-13
  • Type: game
  • Genre: Action
  • Perspective: Side view
  • Pacing: Real-time
  • Gameplay: Arcade
  • Programming Language: CHIP-8

A 1997 hack by David Winter of a 1990 game by Paul Vervalin running on a CHIP-8 emulator.

download

Installation

On OS X (Mac) or Linux, run the following:

PLAY="$(curl https://fireflyzero.com/play.sh)"
bash -c "$PLAY" -- chip8.pong

On Windows, install firefly_cli and then run:

firefly_cli import chip8.pong
firefly_cli emulator --id chip8.pong