Skip to content

kkimigawa/gameboy-minesweeper

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

gameboy-minesweeper

Minesweeper on gameboy
Build by GBDK-2020

mine-title

Setup

GBDK

Install GBDK 2020
https://github.com/gbdk-2020/gbdk-2020

Build

Make .gb binary

$ make

Cleanup project

$ make clean

Run game on Bgb gameboy emulator
(set path to Bgb emulator)

$ make run

Tools

Gameboy emulator

https://bgb.bircd.org/

Tile and Map builder

https://github.com/gbdk-2020/GBTD_GBMB

Pic2Tiles

http://budmelvin.com/dev/index.html
Title bitmap to tiles

How to play

Title

Key Description
Start Start game.

Game

Key Description
Up Cursor move up. Repeat move when hold down.
Down Cursor move down. Repeat move when hold down.
Left Cursor move left. Repeat move when hold down.
Right Cursor move right. Repeat move when hold down.
A Open block. Auto open around when key down on bomb number and bomb number equals checked around block number.
B Check block. Can't open block when checked block.

Game end

Game clear or gameover

Key Description
Start Return to title.