Skip to content

Latest commit

 

History

History
11 lines (8 loc) · 435 Bytes

README.md

File metadata and controls

11 lines (8 loc) · 435 Bytes

SpaceshipGame

About

A Python game where the user must dodge asteroids and land the spaceship at a safe velocity in turtle

Usage

The user must install python 3. In a terminal, cd to SpaceshipGame python3 SpaceshipGame.py

Controls

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.