Skip to content

sharwarisalode/Python-2D-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Python-2D-Game

This is a simple platform game implemented using the Pygame library. The game features a player character that can jump, and an enemy character that moves from right to left. The objective is to avoid collisions with the enemy and stay on the platform.

Features

  • Player character with jumping ability.
  • Enemy character that moves continuously from right to left.
  • Collision detection to check for player-enemy collisions.
  • Game over screen with replay and quit options.
  • Simple graphics and animation.

Requirements

  • Python 3.x
  • Pygame library

Installation

  1. Clone or download the repository to your local machine.

  2. Make sure you have Python and the Pygame library installed.

    You can install Pygame using pip:

    pip install pygame
    
    

OUTPUT

Untitled.video.-.Made.with.Clipchamp.2.mp4

About

This is a simple platform game implemented using the Pygame library.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages