Ecosyste.ms: Awesome

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

https://github.com/andreasjhkarlsson/gb-mines

Minesweeper for the Nintendo Gameboy
https://github.com/andreasjhkarlsson/gb-mines

Last synced: 2 months ago
JSON representation

Minesweeper for the Nintendo Gameboy

Lists

README

        



A minesweeper implementation for the Nintendo Gameboy.

#### Screenshots

![1](http://i.imgur.com/PeFUxNN.png)
![2](http://i.imgur.com/RqYRULL.png)

#### Prerequisites

* [libminesweeper](https://github.com/accatyyc/libminesweeper) - small optmized game logic library for minesweeper (included as submodule)
* [gbdk-n](https://github.com/rotmoset/gbdk-n) - sdk / library for gameboy development (included as submodule)
* [sdcc](http://sdcc.sourceforge.net/) - compiler (install from package manager such as apt or brew)

#### Other
* Older versions of the sdcc compiler contains bugs that will produce buggy roms. Make sure you use the latest version of sdcc as possible to avoid issues.