Skip to content

Commit

Permalink
Fixup error with README
Browse files Browse the repository at this point in the history
  • Loading branch information
davewalker5 committed Feb 25, 2024
1 parent 96d65be commit 33457e8
Showing 1 changed file with 29 additions and 9 deletions.
38 changes: 29 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,33 @@
# Minesweeper
[![GitHub issues](https://img.shields.io/github/issues/davewalker5/RC2014)](https://github.com/davewalker5/RC2014/issues)
[![Releases](https://img.shields.io/github/v/release/davewalker5/RC2014.svg?include_prereleases)](https://github.com/davewalker5/RC2014/releases)
[![License: MIT](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/davewalker5/RC2014/blob/master/LICENSE)
[![Language](https://img.shields.io/badge/language-c%23-blue.svg)](https://github.com/davewalker5/RC2014/)
[![GitHub code size in bytes](https://img.shields.io/github/languages/code-size/davewalker5/RC2014)](https://github.com/davewalker5/RC2014/)

<img src="https://github.com/davewalker5/RC2014/blob/minesweeper/Applications/Minesweeper/Minesweeper.png" alt="Minesweeper" width="600">
## About

| Filename | Content |
| -------------------- | ---------------------------------------- |
| minesweeper_text.bas | Text-based implementation of Minesweeper |
<img src="https://github.com/davewalker5/RC2014/blob/main/Images/rc2014-mini-ii.jpg" alt="RC2014 Mini II" width="600">

## References
_Assembled RC2014 Mini II_

- [History of Minesweeper](https://www.247minesweeper.com/news/history-of-minesweeper/), 24x7 Minesweeper
- [Mined Out](https://en.wikipedia.org/wiki/Mined-Out), Wikipedia
- [Microsoft Minesweeper](https://en.wikipedia.org/wiki/Microsoft_Minesweeper), Wikipedia
The RC2014 Mini II is a Zilog Z80-based 8-bit single board computer (SBC) that can boot into BASIC, Forth or Z80 assembler. Further information on the RC2014 and the related kits and upgrades are available at the following site:

https://rc2014.co.uk

This repository contains utilities and applications written for the RC2014 Mini II.

<img src="https://github.com/davewalker5/RC2014/blob/main/Images/rc2014-mini-ii-pc.jpg" alt="RC2014 Mini II Roman Numerals" width="600">

_RC2014 Mini II Connected to a PC and running the Roman Numerals Application_

## Getting Started

Please see the individual README files in each part of the repo for information on each utility and application.

## Authors

- **Dave Walker** - _Initial work_ - [LinkedIn](https://www.linkedin.com/in/davewalker5/)

## Feedback

To file issues or suggestions, please use the [Issues](https://github.com/davewalker5/RC2014/issues) page for this project on GitHub.

0 comments on commit 33457e8

Please sign in to comment.