W or UP to jump
Looks very nice
It is a good imitation of flappy bird. Although, the game does not wait for your input before starting and it is not mouse compatible.
Yeah, it is really simple to code it in. All the creator has to do is to detect the mouse button the same way those two keys are detected.
Its good but at least try to make it wait for a input before starting.
Other than what was previously said,
I think this is a good game, but you should optimize your code and make it much more readable. e.g.: (var) = <<True>> should just be changed to (var . also, (var) = <<false>> should be not (var) .
Fixed! Ty
There should be a cooldown of .5 - 1.5 seconds. I'm not sure how you got such high barrier density, but I'll look into it.
Done!