Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/the9rtyt/love2d-minesweeper-game
simple, no frills minesweeper game to help me learn code
https://github.com/the9rtyt/love2d-minesweeper-game
game game-development gamedev
Last synced: 24 days ago
JSON representation
simple, no frills minesweeper game to help me learn code
- Host: GitHub
- URL: https://github.com/the9rtyt/love2d-minesweeper-game
- Owner: THE9rtyt
- Created: 2022-02-04T23:10:29.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-04-01T07:09:21.000Z (almost 2 years ago)
- Last Synced: 2024-11-18T11:23:44.181Z (3 months ago)
- Topics: game, game-development, gamedev
- Language: Lua
- Homepage:
- Size: 4.37 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# love2d-MineSweeper-Game
simple, no frills minesweeper game to help me learn code![minesweeper](https://user-images.githubusercontent.com/83201905/152622870-624c71af-cb98-4a37-92dd-49ff89672a6d.png)
### Features:
- auto clearing empty sections
- flagging
- win/loss detection
- when clicking on a number with an adequate number of flags in it's area, it will clear all non-flagged boxes
- timer# Installation
## Prerequisites
- [LÖVE Game Engine](https://love2d.org/)## Run
- On Windows/Linux with LÖVE installed you can double-click `MineSweeper.love` to run the game.
- Alternatively, simply run love.exe, giving the game's folder as an argument
- Example (windows):
"C:\Program Files\LOVE\love.exe" "C:\games\MineSweeperFolder"
- for Mac OS X and more, please refer to [LÖVE's wiki instructions](https://love2d.org/wiki/Getting_Started)# Usage
## controls:
- uncover box: left-click
- flag box: right-click
- newgame/reset: middle-click