smileyface12349 / warwick-game-jam-2023

The Great Warwick Game Jam is a 2-week long game jam ran by the Department of Computer Science at the University of Warwick.
GNU General Public License v3.0
4 stars 0 forks source link

Points #14

Closed smileyface12349 closed 1 year ago

smileyface12349 commented 1 year ago

You receive points based on how quickly you finish it.

You can press ENTER to mark an equation as complete (only let the user do this if their equation is valid), then (speeding up time) they receive points based on how long it takes for the train to reach the finish. This incentivises quickly typing equations, but also incentivises trying to find a slightly longer path for the train to take!

Additionally, you get (quite a lot of) points for collectibles.

These need to be displayed in the top corner of the screen, as well as at the end of the level.

smileyface12349 commented 1 year ago

Gonna simplify this slightly:

smileyface12349 commented 1 year ago

Marking this as complete as the collectibles are in #13 and computing the time bonus at the end is under #15