Skip to content

wldoooon/2d_platformer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D Platformer Game

A fun 2D platformer game built with Pygame. Jump, run, and explore!

Gameplay Preview

Features

  • Classic platformer movement (run, jump)
  • Obstacles

Getting Started / How to Play

  1. Prerequisites:
    pip install pygame
  2. Clone the repository :
    git clone https://github.com/wldoooon/2d_platformer.git
    cd 2d_platformer
  3. Run the game:
    # Example for Python
    python main.py

Controls:

  • ⬅️ : Move Left
  • ➡️ : Move Right
  • Space : Jump

.

About

A 2D Platformer Game Using pygame

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages