Skip to content

itirkaa/SpaceShooterGame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPACE SHOOTER

Space shooter is a small game based on python arcade library. The game is to avoid the the lazers from the oppsite and by moving our player, the longer you avoid the laser the more you'll score.

Getting Started

Pre-requisites

  • python 3.7 or above
  • arcade version 2.4.1 or greater
pip install arcade

OR

pip install arcade==2.4.1

Installing

You can install the library from test.pypi.org

pip install -i https://test.pypi.org/simple/ space-shootout

Usage

import arcade
from space_shootout import SpaceShooter

app = SpaceShooter()
app.setup()
arcade.run()

Game Instructions

  • Pause/Un-pause the Game: P
  • Quit the Game: Q
  • Player movement: Arrows

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Authors

Aakriti Sharma

Acknowledgment

This project was made for completion of Udacity's Machine Learning Engineer Nanodegree Program

License

MIT

About

A basic game made using python's arcade library

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages