Skip to content

"My First Game" is an engaging side-scrolling platformer created using Pygame. In this game, players control a character that must jump over obstacles to achieve the highest possible score. The game features a dynamic environment with changing obstacles and animations, offering a fun and challenging experience for players of all ages.

Notifications You must be signed in to change notification settings

AnujPaudel22/First-Game

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

My First Game

This is a simple game created using Pygame. The game involves a character navigating obstacles to score points.

Description

The game consists of the following components:

Player Character: A character controlled by the player to navigate through obstacles.
Obstacles: Snails and flies that the player must avoid colliding with.
Score: The player's score, which increases over time as they successfully navigate the obstacles.
Graphics: The game features simple 2D graphics for the player character, obstacles, and background.

How to Play

To play the game, follow these steps:

Run the Python script using Python 3 or later.
Use the spacebar to control the player character.
Navigate the character to avoid colliding with obstacles.
The game ends if the player collides with an obstacle or if the player quits the game.

Requirements

To run the game, you need:

Python 3 or later installed on your system.
Pygame library installed. You can install it using pip:

bash

pip install pygame

Controls

Press the spacebar to make the player character jump.

Screenshots:

initial Screen:

initial screen

Playing Screen:

Playing Screen

Game Over Screen:

Game Over Screen

Credits

This game was created by Anuj Paudel. It utilizes the Pygame library for graphics and event handling.

About

"My First Game" is an engaging side-scrolling platformer created using Pygame. In this game, players control a character that must jump over obstacles to achieve the highest possible score. The game features a dynamic environment with changing obstacles and animations, offering a fun and challenging experience for players of all ages.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages