Skip to content

Commit

Permalink
leaderboard
Browse files Browse the repository at this point in the history
  • Loading branch information
jm1021 committed Nov 25, 2023
1 parent ea8f744 commit 20ad3e1
Showing 1 changed file with 32 additions and 0 deletions.
32 changes: 32 additions & 0 deletions _posts/2023-11-28-CSSE-leaderboard.md
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)

0 comments on commit 20ad3e1

Please sign in to comment.