-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdevelopment.html
26 lines (26 loc) · 1.68 KB
/
development.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
<html lang="de">
<head>
<meta charset="UTF-8">
<link rel="stylesheet" type="text/css" href="css/style.css">
<link href="https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap" rel="stylesheet">
<script src="js/alge.js"></script>
<title>Programmierungs-Tools</title>
</head>
<body>
<h1>Programmierungs-Tools</h1>
<p>
• Python-API: <a href="https://github.com/DwarflinDeveloping/pyalge" hreflang="en" target="_blank">https://github.com/DwarflinDeveloping/pyalge</a><br>
• Kotlin-API: <a href="https://github.com/DerTev/KAlge" hreflang="en" target="_blank">https://github.com/DerTev/KAlge</a><br>
• JavaScript-API: <a href="https://github.com/DwarflinDeveloping/JSAlge" hreflang="en" target="_blank">https://github.com/DwarflinDeveloping/JSAlge</a>
</p>
<p>
Bei anderen Programmiersprachen kannst du die offiziellen API-Seiten von Alge nutzen...<br>
• Algen: <a href="https://alge.paxonic.eu/api-alge.html" hreflang="de" target="_blank">https://alge.paxonic.eu/api-alge.html</a><br>
• Farben: <a href="https://alge.paxonic.eu/api-farbe.html" hreflang="de" target="_blank">https://alge.paxonic.eu/api-farbe.html</a><br>
• Megaalge-Farben: <a href="https://alge.paxonic.eu/api-megaalge.html" hreflang="de" target="_blank">https://alge.paxonic.eu/api-megaalge.html</a>
</p>
<p>
...oder dir dein eigenes Skript erstellen. Siehe dazu <a href="https://alge.paxonic.eu/js/alge.js" hreflang="en" target="_blank">hier</a>, wie das Spiel aufgebaut ist und versuche es nachzubauen.
</p>
</body>
</html>