Skip to content

Demosthen/BirdStack

Repository files navigation

BirdStack

Welcome to Birdstack! An all new stacking game! The objective of the game is to make the tallest tower of birds as possible! Each time you successfully stack a layer of birds, the score goes up by one. What does it mean to successfully stack a layer of birds? It means to stop the moving stack of birds, so that some part of the moving stack falls between boundaries of the previous layer in the tower, like so:

starting screen

some play

Stop the game at any time with the pause button or restart button in the top right corner. The game ends when no part of the moving layer birds is stacked on the original tower:

end screen

There are different types of birds that can be stacked, some with positive, some negative, and some purely aesthetic effects. But no matter the effect, the entire bird must be stacked on the tower for the effect to take place. Now let's meet the birds!

This is normal birdie:

normal birdie

This one is always a friend and will make up the majority of the tower. There are no effects that come with this birdie.

This is invincible birdie, a positive effect birdie:

invincible birdie

Stacking invincible birdie will cause the next layer of moving birdies to span the entire screen. There is no way to end the game with a layer of moving birds that span the entire screen, and so this birdie essentially gives a free point.

This is tree birdie, a positive effect birdie:

tree birdie

Tree birdie carries a branch with it at all times. When stacked, tree birdie will extend its branch and extend the previous layer of the tower by a birdie-length, extending the platform on which to stack future birdies.

This is bear birdie, a negative effect birdie:

bear birdie

Bear birdie carries a little bear on its head. When stacked, the bear on bear birdie's head will eat an adjacent birdie and, as opposed to tree birdie, shrink the previous layer of the tower by a birdie-length, making it harder to stack future birdies.

This is squiddy birdie, a negative effect birdie:

squid birdie

Squiddy birdie carries a little squid on its head. When stacked, the squid on squiddy birdie's head will squirt squid ink all over the screen, and obstruct vision for two turns.

We made this game with PyGame and used PyMonk to simulate physics within the game. Hope you enjoy playing it!

credit birds

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Contributors 4

  •  
  •  
  •  
  •  

Languages