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:
Playing Screen:
Game Over Screen:
Credits
This game was created by Anuj Paudel. It utilizes the Pygame library for graphics and event handling.


