- What permissions do you give others to modify and/or maintain your submission?
- Modify: YES - Maintain: YES - I give permission for my entire submission to be modified by others or used in their own work. I give permission for my entire submission to be maintained by others as well.
That's right. An actual, fully playable 8x8 minesweeper, with 8 mines. Complete with flagging to complete the level.
Minesweeper part is entirely in ACS, with a supplementary Lua script to detect player inputs (and replay anomalies).
Assets inspired by Sheriff Domestic, specifically the 4th episode. Music also from Sheriff Domestic.
Level is available in the Online menu, using the 'Minesweeper' gamemode.
To play and actually complete the level, press the action button (Z) to click on a tile. Once you click on a tile,
you won't be able to unclick it. Adjacent tiles are exposed when clicking on a tile with no number.
The numbers indicate how many mines are adjacent to that tile. Once you think you have found a mine, hold an instawhip and press the action button again to flag a tile. You can undo that flag anytime you wish.
Stepping on a mine restarts the level. Running out of time restarts the level.
Did I mention that the time limit is 1 minute?
Credits to vkall's minesweeper port for a reference on how this game works.