https://github.com/mes32/space-ranger
Space-themed vertical scrolling shooter using pygame
https://github.com/mes32/space-ranger
Last synced: 21 days ago
JSON representation
Space-themed vertical scrolling shooter using pygame
- Host: GitHub
- URL: https://github.com/mes32/space-ranger
- Owner: mes32
- License: other
- Created: 2015-02-21T17:28:57.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-09-18T17:29:17.000Z (almost 10 years ago)
- Last Synced: 2025-12-25T16:51:56.770Z (6 months ago)
- Language: Python
- Homepage:
- Size: 184 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# space-ranger
Vertical scrolling shooter with a space theme. Uses pygame.

## Install
Clone this repository using git or download and unzip
## Requirements
This program was devoloped using Python version 2.7.8 and [pygame](http://www.pygame.org/wiki/about) version 1.9.1. However, it might run using other versions of Python or pygame.
You will definitely need a copy of pygame installed along with its prerequisites. See [pygame.org](http://www.pygame.org).
## To Run the Game
Change directory into your main space-ranger folder:
`cd ./space-ranger/`
Launch the start_game.py script with Python:
`python start_game.py`
## About the Game
This game has six progressively more difficult levels. Evade asteroids as long as you can. Collect the greenish gems to increase your score. Shield powerups will replenish some of your spaceship's shields. Your highest score achieved is tracked, but this does not persist from one program session to the next.
Steer with the direction keys, WADS, or the mouse. Select from two types of weapons using the 1 and 2 keys. The escape key exits the program.
## License
Copyright 2015 Michael Stockman. Some rights reserved.
The code portion of space-ranger is licensed under a [Creative Commons Attribution-Noncommercial-Share Alike 4.0 United States
License](http://creativecommons.org/licenses/by-nc-sa/4.0/). The Python code is a derived work based on the doger.py project found in "[Invent with Python](http://inventwithpython.com/)" by Albert Sweigart. This work is not endorsed by the original licensor.
See [LICENSE](./LICENSE.md) for details.