yusp48 commited on
Commit
0e572eb
1 Parent(s): 1f6a4e3

Create dataset card

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md ADDED
@@ -0,0 +1,15 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ tags:
3
+ - geometry-dash
4
+ - gd
5
+ pretty_name: Geometry Dash Level Dataset
6
+ size_categories:
7
+ - 100K<n<1M
8
+ ---
9
+ # Geometry Dash Level Dataset
10
+
11
+ Dump of ~300k levels directly from the Geometry Dash servers, sorted by the number of likes.
12
+
13
+ I decompressed the level data and description for convenience, but not the password. Refer to [this page](https://wyliemaster.github.io/gddocs/#/topics/encryption/xor) if you want to get passwords.
14
+
15
+ Thanks to https://wyliemaster.github.io/gddocs/ for providing easy documentation of Geometry Dash API!