--- title: "Intermediate Game Design" id: 12929 type: "product" slug: "intermediate-game-design" url: "http://localhost/product/intermediate-game-design/" markdown_url: "http://localhost/product/intermediate-game-design.md" published_at: "2019-11-30T01:28:55+00:00" modified_at: "2026-03-22T13:35:34+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2022/04/20230809-041332.jpg" excerpt: "Game design of \"Slot Machine,\" a game of skill and chance. Kit shows in detail how to design a more sophisticated game. This is not, however, a typical slot machine program. A few surprises are thrown in. Uses the \"top down\" design approach; covers use of arrays, FOR- NEXT loops, subroutines, and how to make…" category: - name: "Education" slug: "education" taxonomy: "category" url: "http://localhost/category/software/education/" post_tag: - name: "Timeworks" slug: "timeworks" taxonomy: "post_tag" url: "http://localhost/tag/timeworks/" - 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/" genre: - name: "Education" slug: "education" taxonomy: "genre" url: "http://localhost/type/education/" - name: "Software" slug: "software" taxonomy: "genre" url: "http://localhost/type/software/" company: id: 11400 title: "Timeworks, Inc." type: "company" url: "http://localhost/company/timeworks/" price: 16.95 date: 1983 rarity: "Uncommon" articles: - article: id: 24414 title: "Programming Your Computer" type: "article" url: "http://localhost/article/programming-your-computer/" companies_products: - id: 11400 title: "Timeworks, Inc." type: "company" url: "http://localhost/company/timeworks/" --- # Intermediate Game Design Game design of “Slot Machine,” a game of skill and chance. Kit shows in detail how to design a more sophisticated game. This is not, however, a typical slot machine program. A few surprises are thrown in. Uses the “top down” design approach; covers use of arrays, FOR- NEXT loops, subroutines, and how to make RND work for you. 16K.