My Arkanoid in Python project. Based off Arkanoid from the NES, a favorite of mine in my childhood days.
Only one level, however.
- playsound module.
- Silver bricks! They take an extra hit to destroy.
- Ball changing direction depending on where it impacts your craft.
- Game over screen.
- Sounds, lifted straight off the NES original.
- Just one level. :(
- And no power ups. Or score.
Download the files and run arkanoid.py.
- Left arrow key moves the craft left.
- Right arrow key moves the craft right.
- Space key fires the ball.
It's that simple!