Commit Graph

93 Commits

Author SHA1 Message Date
ottoszika
9a7cbba2c3 Add player rotation 2017-07-15 14:42:11 +03:00
Sourabh Verma
ecdbc85e20 Merge pull request #7 from sukhoi/py3.5_feature
Add support for Python 3.x
2017-01-27 19:47:39 +05:30
Harshdeep Sokhey
27fd2420b2 Added try/except block for xrange 2017-01-24 04:23:45 +05:30
Harshdeep Sokhey
f543c96933 Updated README.md 2017-01-22 02:26:04 +05:30
Harshdeep Sokhey
8ffffda10a Updated flappy.py to support Py3.5 2017-01-22 02:19:38 +05:30
Sourabh Verma
4fc78596c9 Use itertools.cycle for playerIndex 2014-08-03 19:18:03 +05:30
Sourabh Verma
0ff91a5963 Update README 2014-05-17 21:56:22 +05:30
Sourabh Verma
c6b907b250 Fix collision/fall on base
Player doesn't overlap with base now
2014-05-16 22:52:38 +05:30
Sourabh Verma
e942a153e2 Change flappy.py to use wav files on windows 2014-05-16 21:47:49 +05:30
Sourabh Verma
6ba1172b20 Add icon and setup.py file 2014-05-16 21:42:27 +05:30
Sourabh Verma
6b6bfb520e Add wav audio files for windows 2014-05-16 21:37:18 +05:30
Sourabh Verma
a53830197b Game restarts only after player falls to ground 2014-05-16 02:42:19 +05:30
Sourabh Verma
a9df67f477 Improve collision animation 2014-05-16 02:34:32 +05:30
Sourabh Verma
ad0fd1c758 Add docstring and comments 2014-05-16 02:21:23 +05:30
Sourabh Verma
c8f77e73a6 Simplify shm function and remove basey assignments 2014-05-16 01:23:02 +05:30
Sourabh Verma
bca3787f5f Use pixelCollide in checkCrash 2014-05-16 01:05:15 +05:30
Sourabh Verma
a472927613 Add Hitmasks and pixelCollide() 2014-05-16 01:01:41 +05:30
Sourabh Verma
e0f0be96cc Remove delay in showGameOver() and add it in die.ogg file 2014-05-15 19:00:28 +05:30
Sourabh Verma
5896a7cafd Fix FPS issue on showGameOverScreen() 2014-05-15 18:53:22 +05:30
Sourabh Verma
75ad95f6df Play sound on first flap 2014-05-13 23:45:47 +05:30
Sourabh Verma
5c4303c9e6 Add convert_alpha() to sprites 2014-05-13 23:30:13 +05:30
Sourabh Verma
49cbf629d0 Show score on gameover screen 2014-05-13 21:08:49 +05:30
Sourabh Verma
1bea147fa2 Add collision with pipes 2014-05-13 21:05:56 +05:30
Sourabh Verma
9309f92084 Add Collision with ground 2014-05-13 20:52:53 +05:30
Sourabh Verma
8685f41053 Update README: Add ScreenShot 2014-05-13 20:27:21 +05:30
Sourabh Verma
efa2a647f2 Display Score on Screen and add sound on Point 2014-05-13 20:01:36 +05:30
Sourabh Verma
cf9243b03e Add score counting: Game now counts score 2014-05-13 19:27:49 +05:30
Sourabh Verma
65be0ceba1 Player flap fix - player cannot flap way beyond the screen 2014-05-13 19:07:23 +05:30
Sourabh Verma
1705996f0d Add Flap sound 2014-05-13 01:59:45 +05:30
Sourabh Verma
086e0a5d2a Add player jumping and increase flp frequency on gameplay 2014-05-13 01:31:59 +05:30
Sourabh Verma
3cead75de9 Add random pipe generation: yey pipes 2014-05-12 03:09:20 +05:30
Sourabh Verma
3b99166e25 showGameOverScreen() now moves bird down on crash 2014-05-12 01:54:54 +05:30
Sourabh Verma
ee00cbb57c Add basic mainGame() 2014-05-10 02:03:13 +05:30
Sourabh Verma
9956317741 Add up-down motion of bird on welcome screen 2014-04-15 01:41:11 +05:30
Sourabh Verma
035680f8bb restructure code & add showWelcomeAnimation() 2014-04-15 00:47:04 +05:30
Sourabh Verma
69f9cb322a Add sprites for gameover and welcomeMessage 2014-04-10 22:42:47 +05:30
Sourabh Verma
04f3c3fcc3 Add new sprites in flappy.py 2014-04-09 21:09:02 +05:30
Sourabh Verma
e336c3ca4f Update sprites 2014-04-09 20:59:59 +05:30
Sourabh Verma
ed576f53db Add sounds in flappy.py 2014-04-08 00:24:13 +05:30
Sourabh Verma
3e45a1ae59 Add sprites in flappy.py 2014-04-07 22:13:59 +05:30
Sourabh Verma
3053f03e5b Add pipe.png sprite 2014-04-07 22:03:44 +05:30
Sourabh Verma
1d5c4cacf1 Add assets 2014-04-03 19:12:42 +05:30
Sourabh Verma
1effbe3116 Initial commit 2014-04-03 18:21:49 +05:30