Update README.md
Browse files
README.md
CHANGED
|
@@ -23,9 +23,12 @@ configs:
|
|
| 23 |
path: data/train-*
|
| 24 |
tags:
|
| 25 |
- code
|
| 26 |
-
- gemma
|
| 27 |
---
|
| 28 |
-
|
| 29 |
|
| 30 |
-
|
| 31 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 23 |
path: data/train-*
|
| 24 |
tags:
|
| 25 |
- code
|
|
|
|
| 26 |
---
|
| 27 |
+
# Scratch platformers 10k
|
| 28 |
|
| 29 |
+
This is a dataset featuring 10k search results for `platformer` on [Scratch](https://scratch.mit.edu/).
|
| 30 |
+
|
| 31 |
+
There are 3 fields:
|
| 32 |
+
- The instrucions (how to play, ...)
|
| 33 |
+
- The title
|
| 34 |
+
- The code in the [scratchblocks](https://scratchblocks.github.io/) format
|