An open API service indexing awesome lists of open source software.

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

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
```