a scrolling shooter — 7 logical lines of Python, zero semicolons
The entire game below is valid, runnable Python.
Want to play on your own machine?
Copy the source, then:
pip install windows-curses (Windows only)
pip install xlib (Linux, for smooth input)
python3 shmupgolf.py
loading…