A small simple game in Python, without external modules. To set the parameters of the playing field, call the script with these parameters:
python Arkanoid.py --h=20 --w=100 --a=4
or python Arkanoid.py
python3 Arkanoid.py --h=20 --w=100 --a=4
or python3 Arkanoid.py
WTFPL Version 2
Free Software, Hell Yeah!