https://github.com/lashasd/minesweeper.rbxl
Simple minesweeper game implemented in Roblox
https://github.com/lashasd/minesweeper.rbxl
game lua luau roblox
Last synced: about 1 year ago
JSON representation
Simple minesweeper game implemented in Roblox
- Host: GitHub
- URL: https://github.com/lashasd/minesweeper.rbxl
- Owner: LashaSD
- Created: 2025-03-30T20:48:55.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-04-02T22:24:30.000Z (about 1 year ago)
- Last Synced: 2025-04-02T23:25:38.284Z (about 1 year ago)
- Topics: game, lua, luau, roblox
- Language: Luau
- Homepage: https://www.roblox.com/games/103545351579940/Minesweeper
- Size: 68.4 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 🎮 Minesweeper.rbxl
A small project to experiment with UI development using Fusion. This was built in just a few days, so the code was written quickly and is subject to major refactoring.
## 🚀 Run Locally
1. **Clone the repository**
```console
$ git clone https://github.com/LashaSD/minesweeper.rbxl.git
$ cd minesweeper.rbxl
```
2. **Build & Run**
### Linux and Mac
```console
$ chmod +x ./rblx.sh
$ ./rblx.sh install
$ ./rblx.sh build
```
### Windows
```console
$ ./rblx.bat install
$ ./rblx.bat build
```