--- title: "Minesweeper" id: 51917 type: "computer_media" slug: "minesweeper" url: "http://localhost/computer_media/minesweeper/" markdown_url: "http://localhost/computer_media/minesweeper.md" published_at: "2023-08-16T01:42:21+00:00" modified_at: "2026-03-31T19:18:27+00:00" author: "David Anderson" featured_image: url: "http://localhost/wp-content/uploads/2022/03/Minesweeper-1.png" excerpt: "A pixel-perfect Minesweeper clone with three difficulty levels, mouse support, and a faithful Windows-style interface packed into a single game." 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: "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/" indiv: - name: "Alvin Albrecht" slug: "albrecht-alvin" taxonomy: "indiv" url: "http://localhost/indiv/albrecht-alvin/" genre: - name: "Game" slug: "game" taxonomy: "genre" url: "http://localhost/type/game/" media_type: "Program" programmers: - name: "Alvin Albrecht" slug: "albrecht-alvin" taxonomy: "indiv" url: "http://localhost/indiv/albrecht-alvin/" download_url: "https://archive.org/download/timex-sinclair-software-archive/Minesweeper (2003)(Albrecht, Alvin)(US)(TS2068)(Program).zip" mediadate: "2003" images: - url: "http://localhost/wp-content/uploads/2022/03/Minesweeper-1.png" - url: "http://localhost/wp-content/uploads/2022/03/Minesweeper-2.png" related_products: - id: 36568 title: "Minesweeper" type: "product" url: "http://localhost/product/minesweeper/" media_type_tags: "Game" --- Minesweeper is a faithful implementation of the classic logic puzzle game in which players uncover cells on a grid while avoiding hidden mines. The game offers three difficulty levels — Novice, Average, and Expert — along with a best-scores table. It supports four input methods: keyboard (Q/A/O/P/Space/F keys), Kempston Mouse, AMX Mouse, and the TS2068 built-in joystick port. The interface closely mirrors the Windows original, featuring a smiley-face reset button, a mine counter displayed in red LED-style digits on the left, and a timer on the right. The program was written in C using the Z88DK compiler and the SPLIB sprite library, making it a notable example of compiled C development for this hardware. ***