Project 442: Infinite Flying Game

9. (Group Activity) How do we win this game?

This is an endless, arcade style game. In other words, it keeps going until the player dies. There's no way to "win" the game ... so how do we make it more fun for the player?
Starting point file for this challenge

Your goal

Steps

1. Brainstorm examples of similar games

Can anyone think of examples of other endless games? Crossy Road and Flappy Bird are both good examples. Why do those games feel competitive? 

2. A solution to the problem

Most of those games have a score! This score grows bigger the longer the player survives. So, the score is a way to show how good you are at surviving the game. 

3. Break out and program your own solution to the problem

Everyone should try their best to figure out a way to keep score. A good place to start would be making a score variable. Here's an example!