Skip to content

Commit

Permalink
Add Score object to README
Browse files Browse the repository at this point in the history
  • Loading branch information
jwoldan committed Jan 7, 2017
1 parent 39bca56 commit a5af8f1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ All in-game characters/objects extend the `GameObject` base class. This provide
- `Crab`: Provides a custom `updatePosition` method with helper methods to change direction and velocity semi-randomly at 'decision points'.
- `Segment`: Polychaete segment movement and connection to adjacent segments (linked-list style).
- `Head`: Class/static method to create a new Head based on an existing Segment.
- `Score`: Class/static method to display the associated score over an enemy that has been destroyed.

### User Interface

Expand Down

0 comments on commit a5af8f1

Please sign in to comment.