Skip to content

mo-mo-666/jumpgame

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages