--- title: "Yahtzee for the TS2068" type: "article" slug: "yahtzee-for-the-ts2068" url: "http://localhost/article/yahtzee-for-the-ts2068/" markdown_url: "http://localhost/article/yahtzee-for-the-ts2068.md" published_at: "2026-03-14T13:51:52+00:00" modified_at: "2026-03-14T13:51:52+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "An adaptation of the Yahtzee dice game for the TS2068, with full BASIC program listing. Features UDG graphics for dice faces, abbreviated game instructions screen, 13-round play, score tracking across upper and lower sections, bonus calculation at 63+ upper points, and auto-save via GOTO 9998. Programming notes explain how to enter the complex UDG graphics.…" category: - name: "Timelinez" slug: "timelinez" taxonomy: "category" url: "http://localhost/category/periodicals/timelinez/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 2068" slug: "ts2068" taxonomy: "post_tag" url: "http://localhost/tag/ts2068/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 2068" slug: "ts-2068" taxonomy: "model" url: "http://localhost/model/ts-2068/" indiv: - name: "David Docker" slug: "david-docker" taxonomy: "indiv" url: "http://localhost/indiv/david-docker/" publication_r: id: 21571 title: "Timelinez" type: "periodical" url: "http://localhost/periodical/timelinez/" authors_r: - name: "David Docker" slug: "david-docker" taxonomy: "indiv" url: "http://localhost/indiv/david-docker/" volume: "4" issue: "1" issues_articles: - id: 38829 title: "Timelinez v4 n1" type: "issue" url: "http://localhost/issue/timelinez-v4-n1/" pages: "2" pubdate: "January 1986" archive_link: false --- # Yahtzee for the TS2068 An adaptation of the Yahtzee dice game for the TS2068, with full BASIC program listing. Features UDG graphics for dice faces, abbreviated game instructions screen, 13-round play, score tracking across upper and lower sections, bonus calculation at 63+ upper points, and auto-save via GOTO 9998. Programming notes explain how to enter the complex UDG graphics. Tape copy available in the PUG/SVSTUG library.