Devesh-code / The-Benatar-space-game

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The_Benatar_space_game

Adventure of a boy with the benatar.

Screenshots

[Back to top]

Screen 1 Screen 2
Screen 3 Screen 4
--------------------------------------------- ---------------------------------------------
Screen 5 Screen 6

Demo

[Back to top]

Follow the below video link to see how I fared on The benatar space game

[Space Shooter Demo - link]

(https://vimeo.com/818505391)

Controls

[Back to top]

Button
Move Left a
Move right d
Move top w
Move down s
Fire bullets spacebar
Quit game q

Game Features

[Back to top]

  • Health bar for the space ship
  • Score board to show how you are faring so far
  • Multiple type alien
  • 5 lives per game
  • Fun to play :)

Installation

[Back to top]

For Windows

Linux/Debian based systems

Option 1: Download the zipped executable file

If your download was saved on the ~/Downloads folder

Press Ctrl + Alt + T to open the shell if you are on GNU/Linux based systems and type

$ unzip ~/Downloads/benatar-0.0.3.Linux.zip -d ~/Desktop
$ cd ~/Desktop
$ ## navigate to the unzipped file and change the file permissions for the executable
~/Desktop $ chmod +x benatar
~/Desktop $ ./benatar

This will unzip the file on your Desktop, you can replace it with the directory of your choice

NOTE : If it gives you an error, you probably don't have unzip installed in your system.

$ sudo apt-get install unzip

That should fix the error.

  • Run the executable named benatar

A Similar process would be followed for OS X

Option 2: Build from source

You need to have pygame installed for this option.

Clone the repo
$ git clone https://github.com/Devesh-code/The-Benatar-space-game.git
$ cd The-Benatar-space-game/
$ chmod +x benatar.py
$ python benatar.py

For Ubuntu/Debian

$ sudo apt-get install python-pygame
Clone the repo
$ git clone https://github.com/Devesh-code/The-Benatar-space-game.git
$ cd The-Benatar-space-game/ 
$ python benatar.py

About

License:MIT License


Languages

Language:Python 100.0%