-
Notifications
You must be signed in to change notification settings - Fork 49
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
--- | ||
toc: true | ||
comments: false | ||
layout: post | ||
title: Leaderboard | ||
description: Provide a lesson on making a leaderboard. | ||
type: ccc | ||
courses: { csse: {week: 16} } | ||
--- | ||
|
||
## Player Selection Screen | ||
Make a lesson and code around a leaderboard. Integrate ideas so they can be adapted by Teacher project. | ||
|
||
Start a leaderboard on start and gameover screen. Use localstorage to record game play sessions, automatically at first. Time and points by level could be used as stats. | ||
|
||
Leaderboard Integration | ||
Create a leaderboard system that records time and points for each game session. | ||
|
||
Allow players to review and filter the leaderboard. | ||
|
||
Start Screen Navigation | ||
- Settings | ||
- Customization | ||
- View leaderboard | ||
|
||
Gameover Navigation Options | ||
- Return to the level | ||
- Go to the start screen | ||
- View the leaderboard. | ||
|
||
Google ideas | ||
[Platformer leaderboard](https://www.google.com/search?q=platformer+leaderboard&oq=platformer+leaderboard&gs_lcrp=EgZjaHJvbWUyBggAEEUYOTIHCAEQIRigATIHCAIQIRigAdIBCDY2MDZqMGo3qAIAsAIA&sourceid=chrome&ie=UTF-8) |