Skip to content

Spinal-Tap369/Carnage_XD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Carnage in Hell

Carnage in Hell is a simple space shooter game developed using Pygame.

Team Members:

Arnold Joseph : 3120369 : [email protected]

Samuel Malayil Verghese : 3120522 : [email protected]

Karan Zaveri : 3121037 : [email protected]

Harshetha Murthy : 3121278 : [email protected]

Installation

Clone the Repository

git clone https://github.com/Spinal-Tap369/Carnage_XD.git

Navigate to the Project Directory

cd Carnage_XD-main

Install the File

pip install .

Run the Game

python
>>> import pygame
>>> from Carnage_in_Hell.game import main
>>> pygame.init()
>>> main(WIN=pygame.display.set_mode((900,700))
NOTE: The build is bugged as it doesn't display main menu. Please also try the game by running main.py .

Requirements

Ensure you have Python installed on your system.

References

Space Shooter game using Pygame | Complete Step by Step Tutorial for Beginners
Building Space Invaders using pygame - geeksforgeeks.org
Pygame tutorial - Creating Space Invaders

Assets Sources

Player and Enemy Sprites -

Open Source Game Art

Background image -

Free License Image

Background music -

Space - Music Unlimited (Music Unlimited's channel provides no copyright background music)

Sound Effects -

Dowloaded from : findsounds.com
sound file

About

A simple generic space shooter made in python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages