mo-mo-666 / jumpgame

A simple game using Pygame

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Jump Game!

Jump and crouch to avoid blocks!

Requirements

  • Python3
  • Pygame (You can install this by the following command: pip install pygame.)

How to play

You have to jump or crouch the character to avoid the blocks coming from the right.
The game is over when the character goes to the left and disappears from the screen.

  • ↑ key: jump
  • ↓ key: crouch

View

pic1

Settings

You can customize the level, the block's color, the screen size etc... by editing set_params.py.

for windows

You can play without the console by changing jump_app.py to jump_app.pyw.

About

A simple game using Pygame

License:MIT License


Languages

Language:Python 100.0%