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
- Host: GitHub
- URL: https://github.com/jayrm/minefind
- Owner: jayrm
- License: mit
- Created: 2023-09-17T20:24:58.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-09-30T20:16:53.000Z (over 2 years ago)
- Last Synced: 2023-09-30T21:28:26.276Z (over 2 years ago)
- Language: C++
- Homepage:
- Size: 44.9 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
Minefind
========
Minesweeper clone game written in FreeBASIC

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