https://github.com/yarbsemaj/zx81-minesweeper
Minesweeper for the ZX81
https://github.com/yarbsemaj/zx81-minesweeper
assembly z80asm zx-81 zx81
Last synced: 3 months ago
JSON representation
Minesweeper for the ZX81
- Host: GitHub
- URL: https://github.com/yarbsemaj/zx81-minesweeper
- Owner: yarbsemaj
- Created: 2025-02-14T19:33:24.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2025-02-17T12:59:22.000Z (3 months ago)
- Last Synced: 2025-02-17T13:40:54.546Z (3 months ago)
- Topics: assembly, z80asm, zx-81, zx81
- Language: Assembly
- Homepage: https://zx81.yarbsemaj.com/?id=mine
- Size: 18.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ZX81-Minesweeper
A simple Minesweeper game for the 16K ZX81.
# Building
`TASM -80 -b -s main.asm bin/mine.p`# Try it Out
https://zx81.yarbsemaj.com/?id=mine# Acknowledgments
Title screen font based on [Small Pixel by Dark MaxX](https://www.dafont.com/dark-maxx.d3080)Boilerplate libs provided by [Tim Swenson](http://swensont.epizy.com/?i=1)