Skip to content

Instantly share code, notes, and snippets.

#!/bin/bash
# Based on Kiailandi (https://github.com/kiailandi)
set -e
minutes=${1:-25}
countdown() {
seconds=$1
#!/usr/bin/env python
import sys
world = {
'mesa': {
'name': 'Mesa',
'items': [],
'description': """People are going crazy. They are turning into
zombies. You need to save yourself. Look for Escape Pod.""",
'exits': ['toilet', 'kitchen', 'dumpster', 'corridor'],