SHokoban
       
       a sokoban clone written in Bash
       by ISCS (CC BY-NC-SA 4.0)
       
       Here is ChatGPT to explain: This script appears to be a game of Sok
       (a type of puzzle game in which the player pushes boxes around in a
       warehouse) written in a combination of Bash shell script and sed (a
       text manipulation utility). The script uses sed to manipulate the g
       board and move the player and boxes around according to the user's 
       input. The script takes a single argument, which is the file name o
       the script itself, and uses this to create the game board and displ
       it to the user. The user can then use the keys "h", "j", "k", and "
       to move the player around the game board. The "q" key can be used t
       quit the game.
       
 (BIN) Download SHokoban