--- title: "Fun and Games Tape 1" id: 55616 type: "computer_media" slug: "5-games-and-diversions" url: "http://localhost/computer_media/5-games-and-diversions/" markdown_url: "http://localhost/computer_media/5-games-and-diversions.md" published_at: "2024-07-01T21:04:26+00:00" modified_at: "2026-04-04T20:17:50+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2019/02/20230809-041332.jpg" excerpt: "Five games/programs for the TS1000: Syncwars Minotaur NIM Contsentration TS Doodle" 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: "SyncWare Co." slug: "syncware-co" taxonomy: "post_tag" url: "http://localhost/tag/syncware-co/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "Fred Nachbaur" slug: "fred-nachbaur" taxonomy: "indiv" url: "http://localhost/indiv/fred-nachbaur/" genre: - name: "Game" slug: "game" taxonomy: "genre" url: "http://localhost/type/game/" media_type: "Cassette" programmers: - name: "Fred Nachbaur" slug: "fred-nachbaur" taxonomy: "indiv" url: "http://localhost/indiv/fred-nachbaur/" download_url: "https://archive.org/download/timex-sinclair-software-archive/5%20Games%20and%20Diversions%20%281983%29%28Syncware%29%28TS1000%29%28US%29%28Cassette%29.zip" mediadate: "1983" producer_company: - id: 11370 title: "SyncWare Co." type: "company" url: "http://localhost/company/syncware-co/" images: - url: "http://localhost/wp-content/uploads/2024/07/SCR-20240630-qhrs.png" - url: "http://localhost/wp-content/uploads/2024/07/SCR-20240630-jhfj.png" - url: "http://localhost/wp-content/uploads/2024/07/SCR-20240630-jhax.png" - url: "http://localhost/wp-content/uploads/2024/07/SCR-20240630-jglg.png" - url: "http://localhost/wp-content/uploads/2024/07/SCR-20240630-jghk.png" - url: "http://localhost/wp-content/uploads/2024/07/SCR-20240630-jexr.png" - url: "http://localhost/wp-content/uploads/2024/07/SCR-20240630-jevh.png" - url: "http://localhost/wp-content/uploads/2024/07/SCR-20240630-jell.png" related_products: - id: 12644 title: "Fun and Games I" type: "product" url: "http://localhost/product/fun-and-games-i/" media_type_tags: "Game" --- # Fun and Games Tape 1 Five games/programs for the TS1000: - Syncwars - Minotaur - NIM - Contsentration - TS Doodle ## Source Code ``` 1 REM 2AC406177EFE762045C8183C680772318F1210039ED4B1C40ED42444DC9 2 CLS 3 FOR Z=0 TO 21 4 PRINT AT Z,31;" " 5 NEXT Z 6 SLOW 7 LET O=0 8 LET P=1 9 LET BL=16418 10 LET Z=O 20 LET X=Z 30 LET Y=Z 40 LET X=X+(X=-P)-(X=64) 42 LET Y=Y+(Y=-P)-(Y=44) 43 UNPLOT X,Y 45 PLOT X,Y 50 IF Z THEN UNPLOT X,Y 60 LET Z$=INKEY$ 70 LET X=X+(Z$="8")-(Z$="5") 80 LET Y=Y+(Z$="7")-(Z$="6") 90 IF Z$=CHR$ 118 THEN LET Z=NOT Z 100 IF Z$="0" THEN GOTO 200 110 GOTO 40 130 POKE BL,P+P 135 INPUT A$ 140 PRINT A$ 150 RETURN 160 POKE BL,O 165 PRINT AT 23,O;" PRINT AT LINE ";INT ((43-Y)/2)+(X>61);",COL ";INT (X/2)+1-32*(X>61);" " 170 POKE BL,2 180 RETURN 200 LET Z$=INKEY$ 210 IF Z$="" OR Z$="0" THEN GOTO 200 220 IF Z$="T" THEN GOSUB 130 240 IF Z$="P" THEN GOSUB 160 250 IF Z$="S" THEN GOTO 320 260 IF Z$="R" THEN RAND USR 16514 265 IF INKEY$="R" THEN GOTO 265 270 IF Z$="G" THEN GOTO 40 280 IF Z$="N" THEN RUN 290 GOTO 200 320 POKE BL,O 330 PRINT AT 23,O;"NAME OF PICTURE?" 340 PAUSE 180 350 POKE BL,P+P 360 INPUT N$ 365 IF N$="" THEN GOTO 350 370 POKE BL,O 380 PRINT AT 23,16-(LEN N$)/2;N$ 400 SAVE N$ 410 GOTO 200 ```