A Python game where the user must dodge asteroids and land the spaceship at a safe velocity in turtle
The user must install python 3. In a terminal, cd to SpaceshipGame python3 SpaceshipGame.py
Use up, left, and right keys on keyboard (not on mouse) to control ship. Ship thrusts in small bursts when up arrow is pressed. Hint: Multiple clicks are needed for significant movement.