cduss commited on
Commit
c57c3dd
·
verified ·
1 Parent(s): 414f8f2

Upload folder using huggingface_hub

Browse files
Files changed (2) hide show
  1. README.md +52 -0
  2. leaderboard.json +7 -0
README.md ADDED
@@ -0,0 +1,52 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - reachy_mini_fire_nation_leaderboard
4
+ - reachy-mini
5
+ - game
6
+ - leaderboard
7
+ license: apache-2.0
8
+ task_categories:
9
+ - other
10
+ pretty_name: Fire Nation Attacked Leaderboard
11
+ ---
12
+ # Fire Nation Attacked - Leaderboard
13
+
14
+ This dataset contains leaderboard entries for the **Fire Nation Attacked** game
15
+ on Reachy Mini.
16
+
17
+ ## Stats
18
+
19
+ - **Entries**: 1
20
+ - **Top Score**: 930 by cduss
21
+ - **Last Updated**: 2026-01-26
22
+ - **Published by**: cduss
23
+
24
+ ## Format
25
+
26
+ The `leaderboard.json` file contains an array of entries with the following fields:
27
+
28
+ | Field | Type | Description |
29
+ |-------|------|-------------|
30
+ | score | int | Final game score |
31
+ | name | string | Player name/codename |
32
+ | date | string | ISO 8601 timestamp |
33
+ | difficulty | string? | Game difficulty (future) |
34
+ | version | string? | App version (future) |
35
+ | waves_completed | int? | Number of waves completed |
36
+ | best_grade | string? | Best wave grade achieved |
37
+
38
+ ## Top 10
39
+
40
+ | Rank | Player | Score | Date |
41
+ |------|--------|-------|------|
42
+ | 1 | cduss | 930 | 2026-01-26 |
43
+
44
+ ## About
45
+
46
+ This leaderboard is part of the [Reachy Mini](https://github.com/pollen-robotics/reachy_mini)
47
+ ecosystem. The game is a tower defense where you use Reachy Mini's head to aim a water cannon
48
+ and antennas to spray or vacuum water.
49
+
50
+ ---
51
+
52
+ *Generated by Fire Nation Attacked app*
leaderboard.json ADDED
@@ -0,0 +1,7 @@
 
 
 
 
 
 
 
 
1
+ [
2
+ {
3
+ "score": 930,
4
+ "name": "cduss",
5
+ "date": "2026-01-26T09:42:03.118678+00:00"
6
+ }
7
+ ]