Closed Dimi20cen closed 1 year ago
@Dimi20cen I opened a PR in your master branch, couldn't push here as you're working on the master branch.
tested, I'm able to see the toolbar,
Tested dec589d and the toolbar shows, I'll compare with flappy birds before merging.
I compared with flappy birds activity and they're a few things left;
sound; Flappy birds have sound from start of the game till the end of the game.
Could you clarify? I think the merged activity and flappy-birds have, identical sounds.
Game speed; flappy seems to have a very slow game speed compared to flappy birds and it would be great to increase the game speed as it's more interesting.
While x-speed is slower than flappy's, I aimed to mimic the x-speed of the original implementation of the game flappy birds, trusting that they'd found the sweet spot.
Could you clarify? I think the merged activity and flappy-birds have, identical sounds.
There are no sounds when I test your changes, @jriyyya @sourabhaa was the sound working fine when you tested?
While x-speed is slower than flappy's, I aimed to mimic the x-speed of the original implementation of the game flappy birds, trusting that they'd found the sweet spot.
Okay.
Sound should be fixed @chimosky.
Tested c6062e1, sound now works as expected. Thanks!
Merge flappy with flappy-birds
@chimosky @sourabhaa