Play the classic game Pong with 2 players on a laser projector.
- Python3.9 runtime
- Helios Laser DAC
- Showlaser projector (connected to Helios Laser DAC)
- Install venv:
python -m venv venv - Activate venv:
source venv/bin/activate - Install requirements:
pip install -r requirements.txt
- Run it:
python main.py - Draw virtual walls:
- Left-click with your mouse to start end end a line.
- Use L key to remove all drawings.
- Move your players:
- Player 1: W and S
- Player 2: Arrow up and Arrow down
- Introduce ball: Hit Space key