|
|
@@ -1,7 +1,21 @@
|
|
|
### Index
|
|
|
|
|
|
+* [C++](#c++)
|
|
|
+* [Java](#java)
|
|
|
* [Künstliche Intelligenz](#künstliche-intelligenz)
|
|
|
* [Python](#python)
|
|
|
+* [Spieleentwicklung](#spieleentwicklung)
|
|
|
+
|
|
|
+
|
|
|
+### C++
|
|
|
+
|
|
|
+* [C++ Grundlagen Tutorials von Pilzschaf](https://www.youtube.com/playlist?list=PLStQc0GqppuVs05kWvLBoHcWCULX3ueIM) - Pilzschaf
|
|
|
+
|
|
|
+
|
|
|
+### Java
|
|
|
+
|
|
|
+* [Java Tutorial Deutsch - Programmieren lernen](https://www.youtube.com/playlist?list=PLgZuSc7xewde9zlJjmbLci0w9lV5BbCHE) - "Informatik - simpleclub"
|
|
|
+* [Minecraft Plugins Programmieren für Anfänger](https://www.youtube.com/playlist?list=PLry1c-adUOIH3o2_K76jfznpw0-_3VpzY) - BiVieh
|
|
|
|
|
|
|
|
|
### Künstliche Intelligenz
|
|
|
@@ -16,3 +30,8 @@
|
|
|
* [Python-Kurs (Python 2)](https://www.python-kurs.eu/kurs.php)
|
|
|
* [Python-Kurs (Python 3)](https://www.python-kurs.eu/python3_kurs.php)
|
|
|
* [Python Tutorials Deutsch](https://www.youtube.com/playlist?list=PLNmsVeXQZj7q0ao69AIogD94oBgp3E9Zs)
|
|
|
+
|
|
|
+
|
|
|
+### Spieleentwicklung
|
|
|
+
|
|
|
+* [Unreal Engine 4 Tutorial Deutsch/German](https://www.youtube.com/playlist?list=PLNmsVeXQZj7olLCliQ05e6hvEOl6sbBgv) - The Morpheus Tutorials
|