Skip to content

andreasjhkarlsson/gb-mines

Repository files navigation


A minesweeper implementation for the Nintendo Gameboy.

Screenshots

1 2

Prerequisites

  • libminesweeper - small optmized game logic library for minesweeper (included as submodule)
  • gbdk-n - sdk / library for gameboy development (included as submodule)
  • sdcc - 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.