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

https://github.com/cinterloper/gridhack

minesweeper clone in lua-bash
https://github.com/cinterloper/gridhack

bash lua minesweeper

Last synced: 17 days ago
JSON representation

minesweeper clone in lua-bash

Awesome Lists containing this project

README

          

#!/bin/bash
#gridhack is a minesweeper clone implemented in lua-bash
docker run -t -i -v $(pwd):$(pwd) cinterloper/bash-json \
bash -c "source /opt/json.bashrc && cd $(pwd) && source game.sh && main"