# "For the Birds!" Award Chris Mills Twitter: @MisterXopher ## Judges' comments: ### To use: make ./prog ### Try: Pressing the up arrow and the down arrow at the right time. ### Selected Judges Remarks: Did you find that mobile application game a bit frustrating? Well you can adjust the makefile parameters to make life a bit easier for you: make clobber all DW=199999 DW=22 DH=16 DA=50 DI=-150 From the makefile: # Game parameters # DU=99999 # Time between steps in microseconds. # Make it larger if the game is too fast for you. DW=28 # Pipe-to-pipe spacing, in columns. # Farther apart is easier. DD=20 # Space between pipes. # The difference between DD and DW is the width of a pipe. # Narrow pipes are easier to fly though. DH=8 # Height of gap in pipe. # Make this larger to make the game easier. DA=100 # Acceleration due to gravity (scaled by 256). # Smaller values make you glide slower. DI=-200 # Impulse velocity of a flap (scaled by 256). # Make larger if you want an less intense tapping experience! DB='"