minesweeper-gs
May 11, 2023 ยท View on GitHub
Converted basic minesweeper in GreyScript. Example project for greybel.
How to install
You require either greybel-js or greybel-vs.
Via greybel-js
- Execute following command
greybel ./src/index.src . -i --env-files .env - Copy paste the content of
./build/installer0.srcinto GreyHack CodeEditor.exe - Execute build in CodeEditor.exe, this should install all files
- Open the index.src file via the CodeEditor.exe and build it
Via greybel-vs
- Open
./src/index.srcin VS and press execute a build via the context menu - Copy paste the content of
./build/installer0.srcinto GreyHack CodeEditor.exe - Execute build in CodeEditor.exe, this should install all files
- Open the index.src file via the CodeEditor.exe and build it
How to test
greybel-execute ./src/index.src --env-files .env