A downloadable game

This project is a 2D side-scrolling runner game built using the Pygame library. The game features a player character that can jump over obstacles to avoid collisions. The background scrolls continuously to create a sense of movement, and the player can start the game by pressing the space bar. The game includes background music and sound effects for jumping and collisions. The score is displayed on the screen, and the game has a title screen with instructions for starting the game.

Key features:

  • Continuous background scrolling
  • Player character with walking and jumping animations
  • Randomly generated obstacles (flies and snails)
  • Background music and sound effects
  • Score display
  • Title screen with game instructions
Updated 22 hours ago
Published 2 days ago
StatusReleased
Authoradethe_creator13
Made withpygame
Tags2D, Endless Runner, Pixel Art
Average sessionA few seconds
InputsKeyboard

Download

Download
runner.py 6.5 kB
Download
ground.png 1.6 kB
Download
Sky.png 2 kB
Download
fly1.png 366 bytes
Download
fly2.png 329 bytes
Download
jump.png 537 bytes
Download
player_stand.png 519 bytes
Download
player_walk_1.png 545 bytes
Download
player_walk_2.png 543 bytes
Download
snail1.png 318 bytes
Download
snail2.png 314 bytes
Download
jump.wav 54 kB
Download
music.wav 12 MB
Download
Pixeltype.ttf 13 kB

Install instructions

Download

  1. Clone the repository to your local machine: git clone <repository-url>
  2. Navigate to the project directory: cd <repository-directory>

Instructions

  1. Ensure you have Python and Pygame installed. You can install Pygame using pip: pip >span class="mtk1"> pygame
  2. Place the required assets in the appropriate directories:
    • audio/music.wav
    • graphics/Sky.png
    • graphics/ground.png
    • graphics/player/player_stand.png
    • font/Pixeltype.ttf
  3. Run the game: python runner.py
  4. Controls:
    • Press the space bar to start the game.
    • Use the space bar to make the player jump over obstacles.

Enjoy playing the game!

Leave a comment

Log in with itch.io to leave a comment.