Kyberia: subliminal transmission
authorHarvie <tomas@mudrunka.cz>
Wed, 26 May 2010 00:00:13 +0000 (02:00 +0200)
committerHarvie <tomas@mudrunka.cz>
Wed, 26 May 2010 21:45:18 +0000 (23:45 +0200)
turbobasic/floppy-party/KYBERIA.BAS [new file with mode: 0644]
turbobasic/floppy-party/README [new file with mode: 0644]

diff --git a/turbobasic/floppy-party/KYBERIA.BAS b/turbobasic/floppy-party/KYBERIA.BAS
new file mode 100644 (file)
index 0000000..1888f9d
--- /dev/null
@@ -0,0 +1,20 @@
+'KYBERIA.CZ TRANSMISSION BY HARVIE 2010\r
+'SEE http://www.youtube.com/watch?v=fUu5c1JJXzw\r
+\r
+SUB RNDLOC\r
+       LOCATE 1+RND*22,1+RND*70\r
+END SUB\r
+\r
+SCREEN 8\r
+PRINT "PLEASE DARKEN YOUR ROOM"\r
+INPUT "READY FOR TRANSMISSION" R\r
+DO\r
+       LINE (320,100)-(RND*640,RND*200),34\r
+       SOUND (0.1+RND)*500,RND*0.3\r
+       R = RND*100\r
+       IF R > 80 THEN COLOR 255,0: CALL RNDLOC: PRINT " JOIN KYBERIA.CZ! "\r
+       IF R > 80 THEN COLOR 36,0: CALL RNDLOC: PRINT "K"\r
+       IF R > 97 THEN COLOR 255,255: CLS: DELAY 0.1\r
+       IF INKEY$<>"" THEN EXIT LOOP\r
+LOOP\r
+\1a\r
diff --git a/turbobasic/floppy-party/README b/turbobasic/floppy-party/README
new file mode 100644 (file)
index 0000000..5cc0a1c
--- /dev/null
@@ -0,0 +1 @@
+My CyberPunk experiments with TurboBASIC - now in age of 8 core 65b CPUs.
This page took 0.133888 seconds and 4 git commands to generate.