bitbrain / scape-java

A fast-paced running platformer
Apache License 2.0
9 stars 1 forks source link

Implement "Byte Gathering System" #15

Closed bitbrain closed 5 years ago

bitbrain commented 5 years ago

A system to track overall game progress and to motivate players to replay stages and set records.

In the old implementation the player would collect so called "bytes". Each stage has a fixed number of bytes. Also, after a player re-spawns, already collected bytes do not despawn.

Challanges

The new system should tackle the following challanges:

Requirements

The idea is to create a system which is close to computer science:

Design

2