On Sale: GamesAssetsToolsTabletopComics
Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

A Lil flappy bird clone

A topic by razetime created Nov 17, 2022 Views: 203 Replies: 3
Viewing posts 1 to 3
(+1)

After a lot of poking and prodding, I’ve made a simple flappy bird clone at https://github.com/razetime/decks/blob/main/flappybird.deck .

I was earlier trying to figure out how to calculate score, so I tried using pipe.pattern to store the flag for whether a pipe was already passed. It instead segfaulted Decker. I’ve tested the deck now a few times and it doesn’t segfault, but it might turn up after some playtesting. It’s otherwise been very fun figuring this out in decker.

Developer

Nice, thanks for sharing!

I don't see any obvious flaws in "canvas.pattern" that could cause a segfault. If you're able to zero in on a reproduction case for the crash, please file a bug report.

Wow! This is awesome! Do you mind if I add this to the Awesome Decker collection?

go ahead, i have no problem with that.