Code Monkey home page Code Monkey logo

cse210-06's Introduction

SPACE and CONQUER

The force will be with you always

  • Obi-Wan Kenobi -

Overview


A space jet defends his galaxy from evil space invaders. It was inspired by Atari Space Invaders, a popular arcade game

Rules


  • Choose your controls MOUSE or KEYBOARD.
  • If chooses KEYBOARD player moves using the arroy keys UP, DOWN, LEFT and RIGHT.
  • SPACE key to shoot and BACKSPACE to "QUIT" the game.
  • If chooses MOUSE player may use mouse as a controller to move, LEFT CLICK to shoot and RIGHT CLICK to "QUIT".
  • If there are no hearts left a "game over" message is displayed in the middle of the screen.
  • If an enemy passes your lane you will loose 1 heart.
  • There are 6 hearts to be your lives.
  • You can dodge enemy missile using arrow keys and mouse.
  • If hit by an enemy missile or bump with them your green life line will be reduced.
  • If your "GREEN" life line was totally "RED" 1 heart should be deducted.
  • If you killed an enemy points will be added.
  • Protect your territory by not passing them to your lane!!!

Getting Started


- Type 'pip install pygame' on your terminal to install PyGame library

Project Structure


The project files and folders are organized as follows:

root (project root folder) +-- space_and_conquer (source code for game) +-- game (specific game classes) +-- main.py (entry point for program) +-- README.md (general info)

Required Technologies


  • Library - PyGame should be installed
  • Python version 3.6 or latest should be installed
  • Other modules - time, os, sys, ctypes, etc.

Game Design

This will be the design of our game Game Class Design

Authors


cse210-06's People

Contributors

kylagwenp avatar iloveronilo avatar jasnatbyui avatar amonbrollo avatar

Stargazers

 avatar

Watchers

 avatar

Forkers

jasnatbyui

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.