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
- Host: GitHub
- URL: https://github.com/cinterloper/gridhack
- Owner: cinterloper
- Created: 2018-03-13T07:02:31.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-13T07:11:09.000Z (over 8 years ago)
- Last Synced: 2026-04-04T13:34:53.995Z (3 months ago)
- Topics: bash, lua, minesweeper
- Language: Lua
- Size: 2.93 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.sh
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"