Skip to content

A simple platformer game without any levels, made for learning about basic collisions and gravity senses

Notifications You must be signed in to change notification settings

AtulRaghuvanshi73/Python-Platformer-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 

Repository files navigation

Platformer

Welcome to our Platformer Game Git repository! This game is a 2D platformer built using Python and Pygame. It features colorful graphics, dynamic gameplay, and the ability to choose from a variety of characters, each with its own unique abilities. Whether you're new to platformer games or a seasoned player, we hope you'll have a blast exploring the different levels and mastering the challenges that await you.

Getting Started

To get started with the game, you'll need to have Python and Pygame installed on your system. If you haven't already installed them, follow the installation instructions in the next section.

Project Image

Screenshot 2023-08-07 022947

Installation

1.Make sure you have Python installed. If you don't, you can download it from the official Python website: https://www.python.org/downloads/

Install Pygame by running the following command: pip install pygame

Clone this Git repository to your local machine using the git clone command

Controls

  1. Arrow Keys: Move the character left and right.
  2. Spacebar: Jump.
  3. Optional Controls]: If you choose a character with special abilities, additional controls will be provided.

Contributing

  1. Fork this repository to your GitHub account.
  2. Create a new branch with a descriptive name for your changes.
  3. Make your desired changes and improvements.
  4. Test the game thoroughly to ensure your changes work as expected.
  5. Commit your changes and push them to your forked repository.
  6. Create a pull request, explaining the changes you've made and their purpose.

About

A simple platformer game without any levels, made for learning about basic collisions and gravity senses

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages