Skip to content

Latest commit

 

History

History
37 lines (30 loc) · 1.62 KB

README.md

File metadata and controls

37 lines (30 loc) · 1.62 KB

Minesweeper game for Nintendo Game & Watch

This is a mine-sweeper game runs on the Nintendo Game & Watch: Super Mario Bros / Zelda system.

Before build

You need backup your G&W first. See game-and-watch-backup

1. Build / Flash in command line

Build and flash by make flash in game-and-watch-mine-sweeper directory

2. Build / Flash / Debug with STM32CubeIDE

Import this project into your STM32CubeIDE workspace by Import -> General -> Existing Projects into Workspace and build / debug it.

3. Just need the game rom

You can just download Pre builded elf file for test.

Controls

  • Select a level at home page and press A to start game.
  • Button A for dig, B for flag.
  • If a digit block already has enough flags next to it. You can dig(A) on it for clear all blocks around it.
  • Power off (sleep) by press power button.

Pictures

  • Home
  • Game
  • Boom
  • GameOver

Tasks

  • Some simple sound
  • Save hi-score
  • Screen bright

Thanks