Skip to content
Snippets Groups Projects
Select Git revision
  • master
  • 1.0.0
2 results

Readme.md

Blame
  • user avatar
    Bradley Eaton authored
    7b08c867
    History

    Fortuna mines

    Minesweeper for the LaFortuna. It has 3 board sizes based on Microsofts Minesweeper:

    • Beginner: 9x9, 10 mines
    • Intermediate: 16x16, 20 mines
    • Expert: 30x16, 99 mines

    Main menu Intermediate board Expert board Failed expert board, on mines screen

    Installing

    You can either download the mines.hex file from releases and upload using:

    dfu-programmer at90usb1286 erase
    dfu-programmer at90usb1286 flash mines.hex 

    or compile and install using the provided makefile.

    Playing

    Grey cells are undiscovered, white cells are empty, cells with numbers have n adjacent mines. Avoid detonating the mines whilst attempting to tag all mines or clear the board. Pink cells are tagged, yellow are questioned.

    Movement

    • Uses rotary encoder to move either left/right or up/down
    • Use up to toggle between left/right or up/down movement
    • Left to tag, right button to question
    • Down pauses the game
    • Centre discovers and undiscovered cell, or sweeps if held down

    License breakdown

    • mines.c, mines.h - BSD 3-Clause
    • lcd/* - CC-BY
    • rios - BSD 3-Clause
    • ruota - (C) Peter Dannegger