An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

# ZX81-Minesweeper
A simple Minesweeper game for the 16K ZX81.

![Title Screen](https://github.com/user-attachments/assets/e8f5fb69-00dd-4b1d-b8a1-49e21c40441b)
![Gameplay](https://github.com/user-attachments/assets/72ac61c4-c9d1-49b1-8cd3-5c0c16d4e6c9)

# 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)