Better code readability.
authorSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 26 Jun 2025 14:18:28 +0000 (17:18 +0300)
committerSvjatoslav Agejenko <svjatoslav@svjatoslav.eu>
Thu, 26 Jun 2025 14:18:28 +0000 (17:18 +0300)
2D GFX/Presentations/AI/AI demo.bas

index 54c56ae..a8a4f51 100644 (file)
@@ -701,7 +701,7 @@ SUB Scene3
     LOCATE 1, 1\r
     COLOR 254\r
     SetPalette 0, 0, 0, 254\r
-    PRINT "Tehisintellekt"\r
+    PRINT "Test 123456789"\r
     SetPalette 63, 0, 0, 253\r
 \r
     ' Draw circles around the nonzero pixels of the printed text\r
@@ -732,7 +732,7 @@ SUB Scene3
     COLOR 253\r
     SetPalette 0, 0, 0, 253\r
     LOCATE 1\r
-    PRINT " autor:  Svjatoslav Agejenko 30.09.2001 "\r
+    PRINT " Author:  Svjatoslav Agejenko 30.09.2001 "\r
 \r
     GET (0, 0)-(319, 8), bufferArray(1)\r
     LOCATE 1\r
@@ -760,19 +760,18 @@ SUB Scene4
 \r
     SetPalette 32, 64, 32, 250\r
     yOffset = 0\r
-    PrintText 30, 70 + yOffset, 1, 250, " Spatial vision"\r
+    PrintText 30, 70 + yOffset, 1, 250, "Lorem ipsum dolor sit amet,"\r
     yOffset = yOffset + 16\r
-    PrintText 30, 70 + yOffset, 1, 250, "Object recognition"\r
+    PrintText 30, 70 + yOffset, 1, 250, "consectetur adipiscing elit,"\r
     yOffset = yOffset + 20\r
-    PrintText 30, 70 + yOffset, 1, 250, "Goal:    + interpriteerimine"\r
+    PrintText 30, 70 + yOffset, 1, 250, "sed do eiusmod tempor incididunt"\r
     yOffset = yOffset + 16\r
-    PrintText 30, 70 + yOffset, 1, 250, "            + automaatjuhtimine"\r
+    PrintText 30, 70 + yOffset, 1, 250, "ut labore et dolore magna aliqua."\r
 \r
     WaitForInput\r
 END SUB\r
 \r
 \r
-'-------------------------------------------------------------------------------\r
 SUB Scene5\r
 '\r
 ' Again creates a fractal background, draws a box, and explains\r
@@ -786,17 +785,17 @@ SUB Scene5
 \r
     SetPalette 32, 64, 32, 250\r
     yOffset = -8\r
-    PrintText 30, 70 + yOffset, 1, 250, "Tunnuste ekstraheerimise protsess"\r
+    PrintText 30, 70 + yOffset, 1, 250, "Ut enim ad minim veniam,"\r
     yOffset = yOffset + 20\r
-    PrintText 30, 70 + yOffset, 1, 250, "a) Laplace - Gaussi operaator;"\r
+    PrintText 30, 70 + yOffset, 1, 250, "quis nostrud exercitation ullamco"\r
     yOffset = yOffset + 12\r
-    PrintText 30, 70 + yOffset, 1, 250, "b) lainekese teisenduse multi-"\r
+    PrintText 30, 70 + yOffset, 1, 250, "laboris nisi ut aliquip ex ea"\r
     yOffset = yOffset + 12\r
-    PrintText 30, 70 + yOffset, 1, 250, "   skaalaline serva avastamine;"\r
+    PrintText 30, 70 + yOffset, 1, 250, " commodo consequat. Duis aute"\r
     yOffset = yOffset + 12\r
-    PrintText 30, 70 + yOffset, 1, 250, "c) h�perveeru teooria lihtsate"\r
+    PrintText 30, 70 + yOffset, 1, 250, " irure dolor in reprehenderit in"\r
     yOffset = yOffset + 12\r
-    PrintText 30, 70 + yOffset, 1, 250, "   rakkude p�him�tted."\r
+    PrintText 30, 70 + yOffset, 1, 250, " voluptate velit esse cillum"\r
 \r
     WaitForInput\r
 END SUB\r
@@ -1175,8 +1174,6 @@ skipDrawing:
 finalArea:\r
 END SUB\r
 \r
-\r
-'-------------------------------------------------------------------------------\r
 SUB Scene9\r
 '\r
 ' Final scene: fractal background, a rounded box, and a short "Thank you"\r