An infinite runner with powerups/effects, coins and bad stuff. It is for the two-button-controls theme. Running the source requires Pygame (http://pygame.org/news.html) and Python 2. The controls will be explained in the main menu.
A decent attempt at an infinite runner. Physics were predictable, graphics were a little more interesting than just plain squares (although including more interesting backgrounds, characters and pickups may be good), audio was alright although the music could do with some improvement.
As the submission form suggest, you'll have an hard time getting rated if you don't have an executable without dependencies... You really can't make a windows executable?
Neat little game! I like the procedural levels (they are, right?) but I did get stuck between 2 platforms at one point. I think the biggest next step it needs is jump height that's sensitive to the duration of keypress, a la Mario 1.
Also, for the sake of making an executable package, I recommend you look into py2exe - it really works quite well, though you may have to google a setup script to run it with pygame.
Comments11
Also, for the sake of making an executable package, I recommend you look into py2exe - it really works quite well, though you may have to google a setup script to run it with pygame.