--- title: "Dice Roll Program — 8K/1-2K" type: "article" slug: "dice-roll-program-8k-1-2k" url: "http://localhost/article/dice-roll-program-8k-1-2k/" markdown_url: "http://localhost/article/dice-roll-program-8k-1-2k.md" published_at: "2026-03-13T00:31:51+00:00" modified_at: "2026-03-13T00:31:52+00:00" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Program that randomly generates two dice (1-6 each) and displays them in a visual dice format. Version 1 fits in 1K RAM; Version 2 produces more elegant graphics with additional memory. Dice display persists for ~16.5 seconds before automatic re-roll." category: - name: "Syntax" slug: "syntax" taxonomy: "category" url: "http://localhost/category/periodicals/syntax/" post_tag: - name: "BASIC (programming language)" slug: "basic-programming-language" taxonomy: "post_tag" url: "http://localhost/tag/basic-programming-language/" - name: "TS 1000" slug: "ts1000" taxonomy: "post_tag" url: "http://localhost/tag/ts1000/" - name: "Type-in program" slug: "type-in-program" taxonomy: "post_tag" url: "http://localhost/tag/type-in-program/" model: - name: "Timex/Sinclair 1000" slug: "ts-1000" taxonomy: "model" url: "http://localhost/model/ts-1000/" indiv: - name: "David Rowland" slug: "david-rowland" taxonomy: "indiv" url: "http://localhost/indiv/david-rowland/" genre: - name: "Game" slug: "game" taxonomy: "genre" url: "http://localhost/type/game/" publication_r: id: 10246 title: "Syntax" type: "periodical" url: "http://localhost/periodical/syntax/" authors_r: - name: "David Rowland" slug: "david-rowland" taxonomy: "indiv" url: "http://localhost/indiv/david-rowland/" volume: "3" issue: "4" issues_articles: - id: 52478 title: "Syntax/Syntax ZX80 v3 n4" type: "issue" url: "http://localhost/issue/syntax-syntax-zx80-v3-n4/" pages: "11" pubdate: "April 1982" archive_link: false --- # Dice Roll Program — 8K/1-2K Program that randomly generates two dice (1-6 each) and displays them in a visual dice format. Version 1 fits in 1K RAM; Version 2 produces more elegant graphics with additional memory. Dice display persists for ~16.5 seconds before automatic re-roll.