points = 1;
bird.setValue(1); game.cur_wall_val = 1;
<html xmlns="http://www.w3.org/1999/xhtml"> <head> <title>Flappy 2048</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> </head> <body> <script type='text/javascript' src='flappy2048.js'></script> </body> </html>