Maximal13 commited on
Commit
d342e9d
·
verified ·
1 Parent(s): 3a06464

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +48 -0
  2. leaderboard.json +14 -0
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - reachy_mini_spaceship_game_leaderboard
4
+ - reachy-mini
5
+ - game
6
+ - leaderboard
7
+ license: apache-2.0
8
+ task_categories:
9
+ - other
10
+ pretty_name: Spaceship Game Leaderboard
11
+ ---
12
+ # Spaceship Game - Leaderboard
13
+
14
+ This dataset contains leaderboard entries for the **Spaceship Game** on Reachy Mini.
15
+
16
+ ## Stats
17
+
18
+ - **Entries**: 2
19
+ - **Top Score**: 7200 by Max
20
+ - **Last Updated**: 2026-06-12
21
+ - **Published by**: Maximal13
22
+
23
+ ## Format
24
+
25
+ The `leaderboard.json` file contains an array of entries:
26
+
27
+ | Field | Type | Description |
28
+ |-------|------|-------------|
29
+ | score | int | Final game score |
30
+ | name | string | Player name |
31
+ | date | string | ISO 8601 timestamp |
32
+ | waves_completed | int? | Number of waves completed |
33
+
34
+ ## Top 10
35
+
36
+ | Rank | Player | Score | Date |
37
+ |------|--------|-------|------|
38
+ | 1 | Max | 7200 | 2026-06-12 |
39
+ | 2 | Antoijne | 350 | 2026-03-12 |
40
+
41
+ ## About
42
+
43
+ This leaderboard is part of the [Reachy Mini](https://github.com/pollen-robotics/reachy_mini)
44
+ ecosystem. Control your spaceship with Reachy Mini's head movements and antennas!
45
+
46
+ ---
47
+
48
+ *Generated by Spaceship Game app*
leaderboard.json ADDED
@@ -0,0 +1,14 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "score": 7200,
4
+ "name": "Max",
5
+ "date": "2026-06-12T13:46:48.993388+00:00",
6
+ "waves_completed": 6
7
+ },
8
+ {
9
+ "score": 350,
10
+ "name": "Antoijne",
11
+ "date": "2026-03-12T12:40:45.432803+00:00",
12
+ "waves_completed": 2
13
+ }
14
+ ]