Skip to content

goodtimes-code/laserpong

Repository files navigation

About

Play the classic game Pong with 2 players on a laser projector.

Requirements

  • Python3.9 runtime
  • Helios Laser DAC
  • Showlaser projector (connected to Helios Laser DAC)

Quick setup

Install

  1. Install venv: python -m venv venv
  2. Activate venv: source venv/bin/activate
  3. Install requirements: pip install -r requirements.txt

Run game

  1. Run it: python main.py
  2. Draw virtual walls:
  • Left-click with your mouse to start end end a line.
  • Use L key to remove all drawings.
  1. Move your players:
  • Player 1: W and S
  • Player 2: Arrow up and Arrow down
  1. Introduce ball: Hit Space key

Support & Community

Join our Community to discuss your ideas and issues.

More laser games and stuff