Skip to content

Duck Jump is a game where you need to make your way upon the platforms while escaping the evil bullet. You can fortunately control time to reach the best possible score.

License

Sigmanificient/DuckJump

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

43 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Duck-Jump-3

Scrutinizer Code Quality GitHub all releases Build Status

A rewrite

Duck Jump is a game originally thought by a group of 4 persons. The Game contains collisions issue, as most of the code uses the same mechanics from the lost original one.

The Duck Jump 2.exe is generated with PyInstaller.

Since the executable isn't signed, your antivirus can delete the executable. Feel free to check yourself the source code whether your not confidant or a curious guy.

However, if you still can't trust the executable, you will have to install python to run the .py file.

python -m pip install requirements.txt
python -m main.py

More Informations

Why the game run 90-100fps ?

This is due of two main raisons :

  • First, making a game that run same speed in any fps condition under pygame is way harder. So we decide to limit the fps to something easily reachable by a lot of computer today.

With a fixed fps, the game should run about always the same speed.

  • Moreover, having the maximal amount of fps is not the most useful thing since it will ask more processor resources, and most monitors does have an 60Hz refresh rate limit.

Pydroid compatible ?

No, unfortunately, there is function that make the pygame program incompatible with pydroid. Even it's would be, you'll need a very powerful phone to run it well.

"Failed to execute script" strange message showing up ?

This message can be if the executable is not compatible with your computer.

It have been made for windows 10 and could failed on windows 7 or 8.

About

Duck Jump is a game where you need to make your way upon the platforms while escaping the evil bullet. You can fortunately control time to reach the best possible score.

Topics

Resources

License

Stars

Watchers

Forks

Languages