--- title: "Cyberzone" id: 51875 type: "computer_media" slug: "cyber-zone" url: "http://localhost/computer_media/cyber-zone/" markdown_url: "http://localhost/computer_media/cyber-zone.md" published_at: "2023-08-16T01:42:19+00:00" modified_at: "2026-03-31T07:29:37+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2022/03/Cyber-Zone-2.png" excerpt: "With your lasers you must chip away the spinning Cyber spacecraft and wipe out the notorious Cyberzone leader by hitting his only vulnerable spot: the left foot." category: - name: "Archived Media" slug: "archived-media" taxonomy: "category" url: "http://localhost/category/archived-media/" post_tag: - name: "Downloadable" slug: "downloadable" taxonomy: "post_tag" url: "http://localhost/tag/downloadable/" - name: "Softsync" slug: "softsync" taxonomy: "post_tag" url: "http://localhost/tag/softsync/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" genre: - name: "Arcade" slug: "arcade" taxonomy: "genre" url: "http://localhost/type/arcade/" media_type: "Program" download_url: "https://archive.org/download/timex-sinclair-software-archive/Cyber%20Zone%20%281983%29%28Softsync%29%28US%29%28TS2068%29%28Cassette%29.zip" mediadate: "1983" producer_company: - id: 11319 title: "Softsync, Inc." type: "company" url: "http://localhost/company/softsync/" images: - url: "http://localhost/wp-content/uploads/2022/03/Cyber-Zone-2.png" - url: "http://localhost/wp-content/uploads/2022/03/Cyber-Zone-1.png" - url: "http://localhost/wp-content/uploads/2022/03/Cyber-Zone-3.png" - url: "http://localhost/wp-content/uploads/2023/08/Cyberzone-box-front.jpg" - url: "http://localhost/wp-content/uploads/2023/08/Cyberzone-box-back.jpg" - url: "http://localhost/wp-content/uploads/2023/08/Cyberzone-cassette.jpg" related_products: - id: 27201 title: "Cyberzone" type: "product" url: "http://localhost/product/cyberzone/" media_type_tags: "Arcade" --- With your lasers you must chip away the spinning Cyber spacecraft and wipe out the notorious Cyberzone leader by hitting his only vulnerable spot: the left foot. ## Source Code ``` 10 LET H$="00000" 20 LET SKILL=2 30 CLS : PRINT TAB 6;"C Y B E R Z O N E"'''TAB 3;"\i CONTROLS: \g" 40 PRINT 'TAB 10;"<< 5 - 8 >>"'TAB 8;"0-1-voice = FIRE"'TAB 9;"M key = PAUSE"'TAB 7;"S-SHIFT = RESTART"''"\a EXTRA BASE EVERY MOTHER SHIP \a" 50 PRINT ''" KEYS 1 TO 5 SELECT SKILL LEVEL"''TAB 8;" PRESS ANY KEY "'TAB 3;"\e",TAB 27;"\k"''" Or watch the demonstration!" 60 PRINT AT 21,0;"WRITTEN & \* 1983 RAYMOND FOWKES": BEEP .2,24: FOR A=1 TO 240: LET DEMO=CODE INKEY$ OR STICK (2,1): IF NOT DEMO THEN NEXT A 70 LET A=DEMO: LET DEMO=NOT A: POKE 23330,DEMO: LET SKILL=2-(SKILL<2): IF A>48 AND A<54 THEN LET SKILL=A-48 80 LET SHIPS=8-(SKILL<2): IF DEMO THEN LET SHIPS=8: LET SKILL=3 90 LET S$="00000": FOR A=23297 TO 23301: POKE A,0: NEXT A 100 CLS 110 PRINT "SCORE ";S$;" #";SHIPS;" PRESS ANY KEY " AND DEMO;" HIGH SCORE "+H$ AND NOT DEMO;AT 10,12;"LEVEL ";SKILL 120 FOR a=0 TO 7: POKE USR "\n"+a,-(a>5): NEXT a 130 PRINT AT 6,14; BRIGHT 0; INK 4;" "'TAB 9;"_ _"'TAB 6;"\n\n\n\n\n\n\n\n \n\n\n\n\n\n\n\n" 140 INK 8: PLOT 80,113: DRAW 80,0,-2.9 150 PLOT 73,113: DRAW 93,0,-2.8 160 PRINT AT 8,9; OVER 1; BRIGHT 8;" ";TAB 20;" " 170 RANDOMIZE : FOR A=USR "\n" TO USR "\n"+7: POKE A,RND*255: NEXT A 180 PRINT TAB 6;"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n"'TAB 6;"\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n\n" 190 POKE 23331,SKILL: POKE 23296,SHIPS 200 SOUND 1,0;3,0;8,15;9,15;10,15;14,255: LET A=USR 54205: INK 7: SOUND 7,63 210 IF A>2 THEN GO TO 20 220 LET SKILL=SKILL+A-1: LET SKILL=SKILL+(SKILL<1)-(SKILL>5) 230 LET SHIPS=PEEK 23296+1-(PEEK 23296>8 OR NOT A) 240 FOR A=1 TO 5: LET S$(A)=CHR$ (PEEK (A+23296)+48): NEXT A 250 IF CODE INKEY$ OR STICK (2,1) THEN GO TO 250 260 IF SHIPS THEN GO TO 100 270 IF DEMO THEN GO TO 20 280 IF H$