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

https://github.com/jayrm/minefind

Minesweeper like clone written in FreeBASIC
https://github.com/jayrm/minefind

Last synced: 12 days ago
JSON representation

Minesweeper like clone written in FreeBASIC

Awesome Lists containing this project

README

          

Minefind
========

Minesweeper clone game written in FreeBASIC

![Minefind](images/minefind.png)

Version 1.0

Repository Contents:
--------------------
- */mine.bas* - main source file program
- */various-files.inc* - supporting files to be included by *mine.bas*
- */minefind.bas* - source files combined in to a single source
- */mk.bat* - batch file that does same steps as makefile (for windows)
- */makefile* - build or clean things
- */tools/combine.bas* - utility to combine main source with includes
- */images/minefind.png* - screenshot of some game play

To Do:
----------
- Font scaling
- Sound effects
- Highscores
- Custom grid size