Ping Block — browser Breakout clone
How to run
- Start the server:
python3 serve.py- Open http://localhost:880 in a browser.
Controls
- Left/Right arrows or A/D to move.
- Mouse move to control paddle.
- Space to pause.
- On mobile, tap left/right half of canvas to move.
Files
- index.html — game page
- styles.css — styling
- game.js — game logic
- serve.py — minimal static server
Credits: Created by an assistant.