Update README.md
Browse files
README.md
CHANGED
@@ -1,3 +1,23 @@
|
|
1 |
-
---
|
2 |
-
license: mit
|
3 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
task_categories:
|
4 |
+
- question-answering
|
5 |
+
language:
|
6 |
+
- en
|
7 |
+
tags:
|
8 |
+
- game engine
|
9 |
+
- api
|
10 |
+
- lua
|
11 |
+
- code
|
12 |
+
pretty_name: Love 2D Game Engine API
|
13 |
+
size_categories:
|
14 |
+
- n<1K
|
15 |
+
---
|
16 |
+
|
17 |
+
LOVE2d API - Lua Game Engine
|
18 |
+
|
19 |
+
This dataset represents the API documentation for the LOVE2d Lua game engine. It was taken from https://love2d-community.github.io/love-api.
|
20 |
+
|
21 |
+
The goal is to use it to train a chatbot that can easily answer users' questions regarding the engine.
|
22 |
+
|
23 |
+
This would likely help people that want a more conversational approach to finding the code they need for specific tasks.
|