thecoderenroute / pygame-2d-platformer

A 2D Platformer game built using PyGame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Sky Jump

A 2D Platformer game built using computer graphics and visualization concepts in python.

Names: Romil Shah and Hardik Kapadia
Roll Nos.: 1911045 and 1911021
Course: Computer Graphics & Vision
Faculty: Vaibhav Vasani
College: KJ Somaiya college of engineering

Screenshots of the project :

Start menu
Start menu
Start menu
Start menu
Start menu

To run this project :

Clone the project -

  git clone https://github.com/thecoderenroute/pygame-2d-platformer.git

Install all the requirements -

 pip install -r requirements.txt

Start the project, navigate to the project directory on the terminal;

Run the script -

for linux/mac :

  python game.py

for windows :

  python game.py

Scope :

  • Will help understand basic and advanced concepts of Computer Graphics and Game design
  • Any number of levels can be added easily
  • Great for passing time

Features to be added :

  • Better AI for enemies
  • Develop AI to automatically generate levels
  • Have bigger levels with camera panning
  • Add rewards and progression

If you have any improvements create an issue and if you want you can also make a pull request for the same.


Developed by Romil Shah & Hardik Kapadia

About

A 2D Platformer game built using PyGame

License:MIT License


Languages

Language:Python 100.0%