Skip to content

menon92/Jumping-Coney

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

This is a jumping game. I found a skeleton of this game https://github.com/kidscancode. Last few days i play with this and try to do some improvement to make this game more interesting and challenging.

Dependency

  • Python 2.7.6
  • Pygame 1.9.3
  • To work with python 3 you need to change very few line

How to run

To run from command line

  • python main.py

I have made a linux and windows executable for this game. You can download it from bellow link

to run game just extract zip file click on main

Game Demo

Alt text

Deployment

Install pyinstaller using pip install pyinstaller then run bellow command

  • for Linux: pyinstaller -F main.py
  • for Windows: pyinstaller -w -F main.py

this command generate installer file

Issue Tracking

If you find any bug, please open a new issue with detail description at https://github.com/menon92/jumping-coney/issues

Thanks

About

A 2D Jump Game using PyGame

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages